Made base web ui
This commit is contained in:
@@ -8,5 +8,12 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<button onclick="orkodyo()">test</button>
|
<button onclick="orkodyo()">test</button>
|
||||||
|
<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>
|
||||||
|
<div id="tabellaPizze"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user