15 lines
882 B
HTML
15 lines
882 B
HTML
<article>
|
|
<header id="title-block-header">
|
|
<h1 class="title">Everything is Sine</h1>
|
|
</header>
|
|
<p>Everything is Sine is the name I apply to all of my latest mixes, and unless future iiogama decides differently, it is the only label I will apply to my mixes moving forward. You may find sets created with a lot of planning similar to <a href="/music/dally_rhythms/">Dally Rhythms</a> and <a href="/music/bits_in_stereo/">Bits In Stereo</a>, or completely random stuff like <a href="/music/mix_anosic/">Mix Anosic</a>.</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>
|