mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-18 16:51:59 -04:00
33 lines
1.7 KiB
HTML
Executable File
33 lines
1.7 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Radio Stations</title>
|
|
<link rel="icon" href="radio.png">
|
|
<style>
|
|
body {color: white; background: black;}
|
|
div {display: flex; align-items: center; background: #1a1a1a; border: 1px solid #303030;}
|
|
div img {height: 80px; padding: 5px 10px;border: 1px solid #303030;}
|
|
div audio {margin: 0 auto; width: 85vw;}
|
|
audio::-webkit-media-controls-panel {background-color: #303030;}
|
|
audio::-webkit-media-controls-mute-button,audio::-webkit-media-controls-play-button {background-color: white; border-radius: 50%;}
|
|
audio::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display {color: #fff;}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Radiorakel -->
|
|
<iframe src="https://tunein.com/embed/player/s299244/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
|
<!-- Radio Nova -->
|
|
<iframe src="https://tunein.com/embed/player/s15237/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
|
<!-- 3RRR Melbourne -->
|
|
<iframe src="https://tunein.com/embed/player/s18517/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
|
<!-- PBS Melbourne -->
|
|
<iframe src="https://tunein.com/embed/player/s7024/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
|
<!-- WFMU -->
|
|
<iframe src="https://tunein.com/embed/player/s28808/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
|
<!-- NRK P3 Musikk -->
|
|
<div><img src="P3.jpg"></img><audio controls src="https://lyd.nrk.no/icecast/mp3/high/s0w7hwn47m/p3musikk"></audio></div>
|
|
|
|
</body>
|
|
</html>
|