29 lines
763 B
HTML
29 lines
763 B
HTML
<!DOCTYPE html>
|
|
<html lang='ca'>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="author" content="Xaloc">
|
|
<title>Ràdios</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h3>Ràdios Lliures i comunitàries</h3>
|
|
<p>
|
|
<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>
|
|
</p>
|
|
<h3>CCMA</h3>
|
|
<p>
|
|
<button onClick='catRadio.show()'>Catalunya Ràdio</button>
|
|
<button onClick='catInfo.show()'>Catalunya Informació</button>
|
|
<button onClick='iCat.show()'>iCat</button>
|
|
<button onClick='catMusic.show()'>Catalunya Música</button>
|
|
</p>
|
|
|
|
|
|
<script src='script.js'></script>
|
|
</body>
|
|
</html>
|