-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 837 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta rel="stylesheet" href="../odin-recipes/css/style.css" />
<title>Odin Recipes</title>
<style>
</style>
</head>
<body>
<div class="introduction"><h1>Odin Recipes</h1></div>
<div class="card">
<div class="content">
<ul>
<li><a href="../odin-recipes/recipes/recipeOne.html">Spinach Lasagna</a></li>
<li><a href="../odin-recipes/recipes/recipeTwo.html">Fresh RoseMary Chicken Thighs</a></li>
<li><a href="../odin-recipes/recipes/recipeThree.html">Honey Roatsed Almonds</a></li>
</ul>
<p>© 2024 Odin Recipees.</p>
</div>
</div>
</body>
</html>