refactor html layout
This commit is contained in:
parent
69615a14eb
commit
7d4eb244d7
|
@ -7,11 +7,17 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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='catRadio.show()'>Catalunya Radio</button>
|
||||||
<button onClick='catInfo.show()'>Catalunya Informació</button>
|
<button onClick='catInfo.show()'>Catalunya Informació</button>
|
||||||
<button onClick='iCat.show()'>iCat</button>
|
<button onClick='iCat.show()'>iCat</button>
|
||||||
<button onClick='catMusic.show()'>Catalunya Música</button>
|
<button onClick='catMusic.show()'>Catalunya Música</button>
|
||||||
<button onClick='vallekas.show()'>Radio Vallekas</button>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<script src='script.js'></script>
|
<script src='script.js'></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user