open link in new window

This commit is contained in:
anglk 2020-06-27 15:46:03 +02:00
parent dde938e50b
commit 0af4023168

View File

@ -6,7 +6,7 @@ date: 2017-04-09
<span class="stream">
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/nightnoises"> </audio><br>
Press play and if it doesn't work try this <a href="http://w-i-t-m.net:8001/nightnoises">link</a>
Press play and if it doesn't work try this <a href="http://w-i-t-m.net:8001/nightnoises" target="external">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>