added project structure

This commit is contained in:
2025-06-09 17:36:54 +02:00
parent 61403fe342
commit 4719ebee83
7 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Add recipe</title>
<link rel="stylesheet" href="addRecipe.css">
<script src="addRecipe.js"></script>
</head>
<body>
</body>
</html>