Modifiche bottoni aggiunta e aggiornamento + caricamento pizze on load

This commit is contained in:
2025-11-12 08:36:14 +01:00
parent 134932f3d9
commit dd366c8faa

View File

@@ -7,9 +7,9 @@
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<button onclick="listPizze()">Lista</button>
<button onclick="location.href='add.html'">Aggiungi</button>
<body onload="listPizze()">
<button onclick="location.href='add.html'">+</button>
<button onclick="listPizze()">Aggiorna</button>
<br><br>
<div id="tabellaPizze"></div>