Update 'index.html'
This commit is contained in:
parent
2bc47b2d4e
commit
de9adc60ea
@ -108,10 +108,10 @@
|
||||
<p>
|
||||
Press play (best listened in FireFox). It might take a minute to load.</p>
|
||||
<div class="audio-buttons">
|
||||
<button class="stream-button b-narrow" onclick="player.play()">Play</button>
|
||||
<button class="stream-button b-narrow" onclick="player.pause();player.src=player.src;">Stop</button>
|
||||
<button class="stream-button b-narrow vol" onclick="player.volume += 0.1">Vol +</button>
|
||||
<button class="stream-button b-narrow vol" onclick="player.volume -= 0.1">Vol -</button>
|
||||
<button class="stream-button b-narrow" onclick="document.getElementById('player').play()">Play</button>
|
||||
<button class="stream-button b-narrow" onclick="document.getElementById('player').pause();document.getElementById('player').src=document.getElementById('player').src;">Stop</button>
|
||||
<button class="stream-button b-narrow vol" onclick="document.getElementById('player').volume += 0.1">Vol +</button>
|
||||
<button class="stream-button b-narrow vol" onclick="document.getElementById('player').volume -= 0.1">Vol -</button>
|
||||
</div>
|
||||
<span class="audio-link"> ↬ <a class="windowlinks" href="http://w-i-t-m.net:8001/meander" target="_blank"> direct link to audio</a></span>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user