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