Added delete button for each pizza

This commit is contained in:
Andrea
2025-11-06 09:33:43 +01:00
parent 4b904e46ad
commit 3e85d1ee38
2 changed files with 18 additions and 3 deletions

View File

@@ -10,7 +10,6 @@
<button onclick="listPizze()">Lista</button>
<button onclick="location.href='add.html'">Aggiungi</button>
<button onclick="location.href='edit.html'">Modifica prezzo</button>
<button onclick="location.href='delete.html'">Elimina</button>
<br><br>
<div id="tabellaPizze"></div>