primer commit

This commit is contained in:
2020-06-02 01:33:42 +02:00
commit 25c03cff5d
4 changed files with 36 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!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>