radio/index.html

26 lines
572 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">
<title>Radios</title>
</head>
<body>
<h3>Radios Libres</h3>
<p>
<button onClick='vallekas.show()'>Radio Vallekas</button>
</p>
<h3>CCMA</h3>
<p>
<button onClick='catRadio.show()'>Catalunya Radio</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>
2020-06-02 00:33:42 +01:00
</html>