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