afegir catalunya música
This commit is contained in:
parent
25c03cff5d
commit
c0d9a9380e
|
@ -10,6 +10,7 @@
|
||||||
<button onClick='catRadio.show()'>Catalunya Radio</button>
|
<button onClick='catRadio.show()'>Catalunya Radio</button>
|
||||||
<button onClick='catInfo.show()'>Catalunya Informació</button>
|
<button onClick='catInfo.show()'>Catalunya Informació</button>
|
||||||
<button onClick='iCat.show()'>iCat</button>
|
<button onClick='iCat.show()'>iCat</button>
|
||||||
|
<button onClick='catMusic.show()'>Catalunya Música</button>
|
||||||
|
|
||||||
|
|
||||||
<script src='script.js'></script>
|
<script src='script.js'></script>
|
||||||
|
|
|
@ -11,3 +11,4 @@ class station{
|
||||||
var catRadio = new station('http://shoutcast.ccma.cat/ccma/catalunyaradioHD.mp3');
|
var catRadio = new station('http://shoutcast.ccma.cat/ccma/catalunyaradioHD.mp3');
|
||||||
var catInfo = new station('http://shoutcast.ccma.cat/ccma/catalunyainformacioHD.mp3');
|
var catInfo = new station('http://shoutcast.ccma.cat/ccma/catalunyainformacioHD.mp3');
|
||||||
var iCat = new station('http://shoutcast.ccma.cat/ccma/icatHD.mp3');
|
var iCat = new station('http://shoutcast.ccma.cat/ccma/icatHD.mp3');
|
||||||
|
var catMusic = new station('http://shoutcast.ccma.cat/ccma/catalunyamusicaHD.mp3');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user