refactor html layout
This commit is contained in:
parent
69615a14eb
commit
7d4eb244d7
26
index.html
26
index.html
|
@ -1,19 +1,25 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang='ca'>
|
<html lang='ca'>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="author" content="Xaloc">
|
<meta name="author" content="Xaloc">
|
||||||
<title>Radios</title>
|
<title>Radios</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<button onClick='catRadio.show()'>Catalunya Radio</button>
|
<h3>Radios Libres</h3>
|
||||||
<button onClick='catInfo.show()'>Catalunya Informació</button>
|
<p>
|
||||||
<button onClick='iCat.show()'>iCat</button>
|
<button onClick='vallekas.show()'>Radio Vallekas</button>
|
||||||
<button onClick='catMusic.show()'>Catalunya Música</button>
|
</p>
|
||||||
<button onClick='vallekas.show()'>Radio Vallekas</button>
|
<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>
|
<script src='script.js'></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user