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