adds hyperlink

This commit is contained in:
etherware-novice 2024-08-10 22:15:37 -05:00
parent e195725a31
commit 056d775e28
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701

View File

@ -1,5 +1,5 @@
<div id="player"> <div id="player">
<span id="player-text"></span> <a id="player-text" href="https://radio.erb.pw"></a>
<a id="player-stop" href="javascript:void(0)">stop</a> <a id="player-stop" href="javascript:void(0)">stop</a>
<a id="player-play" href="javascript:void(0)">play</a> <a id="player-play" href="javascript:void(0)">play</a>
</div> </div>