15 lines
807 B
HTML
15 lines
807 B
HTML
<article>
|
|
<header id="title-block-header">
|
|
<h1 class="title">Dally Rhythms on aNONradio.net</h1>
|
|
</header>
|
|
<p>Dally Rhythms was my first streaming show on <a href="https://anonradio.net">aNONradio.net</a>, an online radio hosted on <a href="https://sdf.org">SDF.org</a>. I worked hard to stick to a certain sound, specifically deep house and techno. Fun fact: I did not realize the name was grammatically incorrect until after many shows.</p>
|
|
<p>If your browser does not support JavaScript, then you can <a href="./playlist.m3u">download the playlist here</a>.</p>
|
|
<div id="playerContainer">
|
|
<audio id="audioPlayer" controls></audio>
|
|
<button id="prevBtn">prev</button>
|
|
<button id="nextBtn">next</button>
|
|
</div>
|
|
<ul id="playlist"></ul>
|
|
<script src="/scripts/player.js"></script>
|
|
</article>
|