15 lines
757 B
HTML
15 lines
757 B
HTML
<article>
|
|
<header id="title-block-header">
|
|
<h1 class="title">Songs</h1>
|
|
</header>
|
|
<p>I have no idea what genre my songs are, but I have come across somebody referring to them as <a href="https://bonkwave.org/">bonkwave</a>, which I absolutely love. I have no idea what I am doing when it comes to music production, and it probably shows, but that's okay. I make this stuff to learn the art.</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>
|