added frontend

This commit is contained in:
2025-06-09 18:36:17 +02:00
parent 4719ebee83
commit f04d7b9d1b
7 changed files with 58 additions and 2 deletions

View File

@@ -8,6 +8,9 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<button onclick="syncRecipes()">Sync recipes</button>
<a href="addRecipe/addRecipe.html"><button>Add recipe</button></a>
<div id="recipes"></div>
</body>
</html>