add rac1 and rac105
This commit is contained in:
parent
0af0615dfd
commit
a826cedf17
|
@ -23,6 +23,12 @@
|
||||||
<button onClick='iCat.show()'>iCat</button>
|
<button onClick='iCat.show()'>iCat</button>
|
||||||
<button onClick='catMusic.show()'>Catalunya Música</button>
|
<button onClick='catMusic.show()'>Catalunya Música</button>
|
||||||
</p>
|
</p>
|
||||||
|
<h3>RAC</h3>
|
||||||
|
<p>
|
||||||
|
<button onClick='rac1.show()'>Rac 1</button>
|
||||||
|
<button onClick='rac105.show()'>Rac 105</button>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src='script.js'></script>
|
<script src='script.js'></script>
|
||||||
|
|
|
@ -16,3 +16,5 @@ var vallekas = new station('http://cervera.eldialdigital.com:8032/;');
|
||||||
var punk = new station('http://punkirratia.net:8000/punk');
|
var punk = new station('http://punkirratia.net:8000/punk');
|
||||||
var irola = new station('http://s.streampunk.cc/_stream/irola_irratia.mp3');
|
var irola = new station('http://s.streampunk.cc/_stream/irola_irratia.mp3');
|
||||||
var almaina = new station('http://zeppelin.streampunk.cc/_stream/almaina.ogg');
|
var almaina = new station('http://zeppelin.streampunk.cc/_stream/almaina.ogg');
|
||||||
|
var rac1 = new station('https://streaming.rac1.cat/');
|
||||||
|
var rac105 = new station('https://streaming.rac105.cat/');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user