radio/index.html

18 lines
360 B
HTML

<!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>
<script src='script.js'></script>
</body>
</html>