radio/index.html

26 lines
593 B
HTML
Raw Normal View History

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-12 23:07:39 +01:00
<title>Ràdios</title>
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:07:39 +01:00
<button onClick='vallekas.show()'>Ràdio Vallekas</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>
<script src='script.js'></script>
</body>
2020-06-02 00:33:42 +01:00
</html>