afegir Ser Catalunya
This commit is contained in:
parent
240223ec7b
commit
8e8ba47ac2
|
@ -32,6 +32,10 @@
|
||||||
<p>
|
<p>
|
||||||
<button onClick='rne.show()'>Radio Nacional</button>
|
<button onClick='rne.show()'>Radio Nacional</button>
|
||||||
</p>
|
</p>
|
||||||
|
<h3>SER</h3>
|
||||||
|
<p>
|
||||||
|
<button onClick='serCat.show()'>Ser Catalunya</button>
|
||||||
|
</p>
|
||||||
<h3>France</h3>
|
<h3>France</h3>
|
||||||
<p>
|
<p>
|
||||||
<button onClick='franceInfo.show()'>France Info</button>
|
<button onClick='franceInfo.show()'>France Info</button>
|
||||||
|
|
|
@ -20,3 +20,4 @@ var rac1 = new station('https://streaming.rac1.cat/');
|
||||||
var rac105 = new station('https://streaming.rac105.cat/');
|
var rac105 = new station('https://streaming.rac105.cat/');
|
||||||
var franceInfo = new station('https://icecast.radiofrance.fr/franceinfo-midfi.mp3');
|
var franceInfo = new station('https://icecast.radiofrance.fr/franceinfo-midfi.mp3');
|
||||||
var rne = new station('rne.html');
|
var rne = new station('rne.html');
|
||||||
|
var serCat = new station('sercat.html');
|
||||||
|
|
8
sercat.html
Normal file
8
sercat.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
<audio controls="controls" autoplay=true>
|
||||||
|
<source src="https://25553.live.streamtheworld.com/SER_CATAAC.aac">
|
||||||
|
</audio>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user