Aggiunta header

This commit is contained in:
2025-11-12 08:43:10 +01:00
parent f21ea89741
commit 2481f52d5b

View File

@@ -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>