add france info

This commit is contained in:
Xaloc 2020-08-25 23:07:05 +02:00
parent a826cedf17
commit 043419b9bd
2 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,10 @@
<button onClick='rac1.show()'>Rac 1</button>
<button onClick='rac105.show()'>Rac 105</button>
</p>
<h3>France</h3>
<p>
<button onClick='franceInfo.show()'>France Info</button>
</p>
<script src='script.js'></script>

View File

@ -18,3 +18,4 @@ var irola = new station('http://s.streampunk.cc/_stream/irola_irratia.mp3');
var almaina = new station('http://zeppelin.streampunk.cc/_stream/almaina.ogg');
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');