Code: Select all
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<body>
<hr>
<div style="float: left;height: 60px;margin-right: 20px;line-height: 1.6em">
<div>Music by TRUBLITZ</div>
<div id="source">Source:</div>
<div id="status" style="color:red;">Status: Loading</div>
</div>
<div style="line-height: 1.6em">
<div id="length">Duration:</div>
<button id="play">Play</button>
<button id="pause">Pause</button>
<button id="restart">Restart</button>
<br />
<span id="currentTime">0</span>
</div>
<hr>
</body>