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

0
database/README.md Normal file
View File

View File

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>

View File

13
frontend/index.html Normal file
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>Cookbook</title>
<script src="index.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>

0
frontend/index.js Normal file
View File

0
frontend/style.css Normal file
View File