new radio stations
This commit is contained in:
parent
505d3ebc4c
commit
43ab41d227
|
@ -9,7 +9,10 @@
|
|||
<body>
|
||||
<h3>Ràdios Lliures i comunitàries</h3>
|
||||
<p>
|
||||
<button onClick='vallekas.show()'>Ràdio Vallekas</button>
|
||||
<button onClick='vallekas.show()'>Radio Vallekas</button>
|
||||
<button onClick='punk.show()'>Punk Irratia</button>
|
||||
<button onClick='irola.show()'>Irola Irratia</button>
|
||||
<button onClick='almaina.show()'>Radio Almaina</button>
|
||||
</p>
|
||||
<h3>CCMA</h3>
|
||||
<p>
|
||||
|
|
|
@ -13,3 +13,6 @@ var catInfo = new station('http://shoutcast.ccma.cat/ccma/catalunyainformacioHD.
|
|||
var iCat = new station('http://shoutcast.ccma.cat/ccma/icatHD.mp3');
|
||||
var catMusic = new station('http://shoutcast.ccma.cat/ccma/catalunyamusicaHD.mp3');
|
||||
var vallekas = new station('http://cervera.eldialdigital.com:8032/;');
|
||||
var punk = new station('http://punkirratia.net:8000/punk');
|
||||
var irola = new station('http://s.streampunk.cc/_stream/irola_irratia.mp3');
|
||||
var almaina = new station('http://zeppelin.streampunk.cc/_stream/almaina.ogg');
|
||||
|
|
Loading…
Reference in New Issue
Block a user