2020-06-02 00:33:42 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang='ca'>
|
2020-06-12 22:59:59 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="author" content="Xaloc">
|
2020-06-13 16:26:51 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
2020-06-12 23:07:39 +01:00
|
|
|
<title>Ràdios</title>
|
2020-06-14 16:16:35 +01:00
|
|
|
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
|
2020-06-12 22:59:59 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-06-12 23:07:39 +01:00
|
|
|
<h3>Ràdios Lliures i comunitàries</h3>
|
2020-06-12 22:59:59 +01:00
|
|
|
<p>
|
2020-06-12 23:28:07 +01:00
|
|
|
<button onClick='vallekas.show()'>Radio Vallekas</button>
|
|
|
|
<button onClick='punk.show()'>Punk Irratia</button>
|
|
|
|
<button onClick='irola.show()'>Irola Irratia</button>
|
|
|
|
<button onClick='almaina.show()'>Radio Almaina</button>
|
2020-06-12 22:59:59 +01:00
|
|
|
</p>
|
|
|
|
<h3>CCMA</h3>
|
|
|
|
<p>
|
2020-06-12 23:07:39 +01:00
|
|
|
<button onClick='catRadio.show()'>Catalunya Ràdio</button>
|
2020-06-12 22:59:59 +01:00
|
|
|
<button onClick='catInfo.show()'>Catalunya Informació</button>
|
|
|
|
<button onClick='iCat.show()'>iCat</button>
|
|
|
|
<button onClick='catMusic.show()'>Catalunya Música</button>
|
|
|
|
</p>
|
2020-08-25 20:11:09 +01:00
|
|
|
<h3>RAC</h3>
|
|
|
|
<p>
|
|
|
|
<button onClick='rac1.show()'>Rac 1</button>
|
|
|
|
<button onClick='rac105.show()'>Rac 105</button>
|
|
|
|
</p>
|
2020-08-25 22:07:05 +01:00
|
|
|
<h3>France</h3>
|
|
|
|
<p>
|
|
|
|
<button onClick='franceInfo.show()'>France Info</button>
|
|
|
|
</p>
|
2020-06-12 22:59:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
<script src='script.js'></script>
|
|
|
|
</body>
|
2020-06-02 00:33:42 +01:00
|
|
|
</html>
|