forked from varia/varia.website
added a link if stream doesnt work in chrome browser
This commit is contained in:
parent
3fdef888e8
commit
b1584d173b
@ -5,7 +5,8 @@ lang: en
|
||||
date: 2017-04-09
|
||||
|
||||
<span class="stream">
|
||||
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/nightnoises"> </audio>
|
||||
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/nightnoises"> </audio><br>
|
||||
if the stream doesn't work try this <a href="http://w-i-t-m.net:8001/nightnoises">link</a>
|
||||
<div>
|
||||
<button class="stream-button" onclick="document.getElementById('player').play()">Play</button>
|
||||
<button class="stream-button" onclick="document.getElementById('player').pause();document.getElementById('player').src=document.getElementById('player').src;">Stop</button>
|
||||
|
Loading…
Reference in New Issue
Block a user