added project structure
This commit is contained in:
0
database/README.md
Normal file
0
database/README.md
Normal file
0
frontend/addRecipe/addRecipe.css
Normal file
0
frontend/addRecipe/addRecipe.css
Normal file
13
frontend/addRecipe/addRecipe.html
Normal file
13
frontend/addRecipe/addRecipe.html
Normal 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>
|
0
frontend/addRecipe/addRecipe.js
Normal file
0
frontend/addRecipe/addRecipe.js
Normal file
13
frontend/index.html
Normal file
13
frontend/index.html
Normal 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
0
frontend/index.js
Normal file
0
frontend/style.css
Normal file
0
frontend/style.css
Normal file
Reference in New Issue
Block a user