afegir Ser Catalunya

This commit is contained in:
Xaloc 2022-04-17 14:45:47 +02:00
parent 240223ec7b
commit 8e8ba47ac2
3 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,10 @@
<p>
<button onClick='rne.show()'>Radio Nacional</button>
</p>
<h3>SER</h3>
<p>
<button onClick='serCat.show()'>Ser Catalunya</button>
</p>
<h3>France</h3>
<p>
<button onClick='franceInfo.show()'>France Info</button>

View File

@ -20,3 +20,4 @@ var rac1 = new station('https://streaming.rac1.cat/');
var rac105 = new station('https://streaming.rac105.cat/');
var franceInfo = new station('https://icecast.radiofrance.fr/franceinfo-midfi.mp3');
var rne = new station('rne.html');
var serCat = new station('sercat.html');

8
sercat.html Normal file
View 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>