refactor html layout
This commit is contained in:
parent
69615a14eb
commit
7d4eb244d7
38
index.html
38
index.html
|
@ -1,19 +1,25 @@
|
|||
<!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>
|
||||
<button onClick='vallekas.show()'>Radio Vallekas</button>
|
||||
|
||||
|
||||
<script src='script.js'></script>
|
||||
</body>
|
||||
<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>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user