mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
31 lines
1.5 KiB
HTML
Executable File
31 lines
1.5 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Radio Stations</title>
|
|
<link rel="icon" href="radio.png">
|
|
<style>
|
|
body {color-scheme: dark; color: white; background: black;}
|
|
div {display: flex; align-items: center; background: #1a1a1a;}
|
|
div img {height: 80px; padding: 8px; border: 1px solid #303030;}
|
|
div audio {padding: 0 10px; width: 100%;}
|
|
</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>
|
|
<!-- WFMU Rock 'n' Soul -->
|
|
<iframe src="https://tunein.com/embed/player/s309421/?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>
|