View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="column add-bottom"> | |
<div id="mainwrap"> | |
<div id="nowPlay"> | |
<span id="npAction">Paused...</span><span id="npTitle"></span> | |
</div> | |
<div id="audiowrap"> | |
<div id="audio0"> | |
<audio id="audio1" preload controls>Your browser does not support HTML5 Audio! 😢</audio> | |
</div> |