afegir catalunya música

This commit is contained in:
Xaloc 2020-06-02 21:53:13 +02:00
parent 25c03cff5d
commit c0d9a9380e
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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');