Files
pathduck.github.io/vivaldi/panels/Radio/index.html
T
2025-03-21 14:59:42 +01:00

33 lines
1.6 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 P13 -->
<div><img src="P13.jpg"></img><audio controls src="https://lyd.nrk.no/nrk_radio_p13_mp3_h"></audio></div>
</body>
</html>