add france info
This commit is contained in:
parent
a826cedf17
commit
043419b9bd
|
@ -28,7 +28,10 @@
|
||||||
<button onClick='rac1.show()'>Rac 1</button>
|
<button onClick='rac1.show()'>Rac 1</button>
|
||||||
<button onClick='rac105.show()'>Rac 105</button>
|
<button onClick='rac105.show()'>Rac 105</button>
|
||||||
</p>
|
</p>
|
||||||
|
<h3>France</h3>
|
||||||
|
<p>
|
||||||
|
<button onClick='franceInfo.show()'>France Info</button>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<script src='script.js'></script>
|
<script src='script.js'></script>
|
||||||
|
|
|
@ -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 almaina = new station('http://zeppelin.streampunk.cc/_stream/almaina.ogg');
|
||||||
var rac1 = new station('https://streaming.rac1.cat/');
|
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');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user