replaced angeliki's server with max' server for tomorrow
This commit is contained in:
parent
aa82b965a4
commit
a4187c5998
10
index.html
10
index.html
@ -73,7 +73,7 @@
|
||||
-->
|
||||
|
||||
<!-- AUDIO STREAM
|
||||
<audio controls loop="" class="audio" src="http://w-i-t-m.net:8001/meander" type="audio/mp3"> </audio>
|
||||
<audio controls loop="" class="audio" src="https://ice.suroh.tk/meander " type="audio/mp3"> </audio>
|
||||
-->
|
||||
|
||||
<!-- AUDIO STREAM STYLE
|
||||
@ -81,12 +81,12 @@
|
||||
<button onclick="playpause('audioBG')" type="button" name="button" class="b-narrow"><i class="audioBG fa b-play"></i></button>
|
||||
<audio id="audioBG"
|
||||
preload="metadata" onloadedmetadata="mDur(dur1,audioBG)" ontimeupdate="mPlay(dur1,audioBG)" ontimeupdate="document.getElementById('tracktime').innerHTML = Math.floor(this.currentTime) + ' / ' + Math.floor(this.duration);">
|
||||
<source src="http://w-i-t-m.net:8001/meander">
|
||||
<source src="https://ice.suroh.tk/meander">
|
||||
</audio>
|
||||
<input id="dur1" type="range" name="rng" min="0" step="0.25" value="0" onchange="mSet(dur1,audioBG)" style="width: 150px">
|
||||
<span id="tracktime"> 00:00 / 0 </span>
|
||||
<br>
|
||||
<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 class="audio-link"> ↬ <a class="windowlinks" href="https://ice.suroh.tk/meander " target="_blank"> direct link to audio</a></span>
|
||||
</div>
|
||||
-->
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
|
||||
<!-- AUDIO NEW CODE -->
|
||||
<span class="audio-stream">
|
||||
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/meander"> </audio>
|
||||
<audio id="player" preload="none" src="https://ice.suroh.tk/meander "> </audio>
|
||||
<p>
|
||||
Press play (best listened in FireFox). It might take a minute to load.</p>
|
||||
<div class="audio-buttons">
|
||||
@ -113,7 +113,7 @@
|
||||
<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 class="audio-link"> ↬ <a class="windowlinks" href="https://ice.suroh.tk/meander " target="_blank"> direct link to audio</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user