radio/index.html

20 lines
479 B
HTML
Raw Normal View History

2020-06-02 00:33:42 +01:00
<!DOCTYPE html>
<html lang='ca'>
<head>
<meta charset="UTF-8">
<meta name="author" content="Xaloc">
<title>Radios</title>
</head>
<body>
<button onClick='catRadio.show()'>Catalunya Radio</button>
<button onClick='catInfo.show()'>Catalunya Informació</button>
<button onClick='iCat.show()'>iCat</button>
2020-06-02 20:53:13 +01:00
<button onClick='catMusic.show()'>Catalunya Música</button>
2020-06-12 22:53:53 +01:00
<button onClick='vallekas.show()'>Radio Vallekas</button>
2020-06-02 00:33:42 +01:00
<script src='script.js'></script>
</body>
</html>