Aggiunta header
This commit is contained in:
14
index.html
14
index.html
@@ -8,10 +8,14 @@
|
|||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body onload="listPizze()">
|
<body onload="listPizze()">
|
||||||
<button onclick="location.href='add.html'">+</button>
|
<header>
|
||||||
<button onclick="listPizze()">Aggiorna</button>
|
<h1>PizzaExpress</h1>
|
||||||
|
</header>
|
||||||
<br><br>
|
<main>
|
||||||
<div id="tabellaPizze"></div>
|
<button onclick="location.href='add.html'">+</button>
|
||||||
|
<button onclick="listPizze()">Aggiorna</button>
|
||||||
|
<br><br>
|
||||||
|
<div id="tabellaPizze"></div>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user