15 lines
857 B
HTML
15 lines
857 B
HTML
<article>
|
|
<header id="title-block-header">
|
|
<h1 class="title">Bits In Stereo on aNONradio.net</h1>
|
|
</header>
|
|
<p>Bits In Stereo was my second 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 did not limit myself to a certain sound, as I did with <a href="/music/dally_rhythms/">Dally Rhythms</a>. A lot of the sets are hard techno though, because that was what I was listening to at the time (still do).</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>
|