update to use single html with dynamic div

This commit is contained in:
2025-04-16 09:31:36 +02:00
parent 0dcdfa7e76
commit 1d3febeec1
21 changed files with 794 additions and 179 deletions
+8
View File
@@ -0,0 +1,8 @@
<h2>Add New Restaurant</h2>
<div class="error"></div>
<div class="success"></div>
<form id="add-restaurant-form">
Name: <input type="text" name="name" required><br><br>
Maps Link: <input type="text" name="maps_link"><br><br>
<input type="submit" value="Add Restaurant">
</form>