19 lines
421 B
HTML
19 lines
421 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>
|
|
<button onClick='catMusic.show()'>Catalunya Música</button>
|
|
|
|
|
|
<script src='script.js'></script>
|
|
</body>
|
|
</html>
|