-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 989 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>The_Smarter_Shef</title>
</head>
<body>
<div id="logo">
<img src="./The_Smarter_Shef.png" alt="">
</div>
<h1 class="smart"> Here are some Smart meals!!</h1>
<ul class="container">
<li class = "box" class="roasted-chicken"><h1 class="name"><span> <a href="./recipes/Sicilian-Roasted-Chicken.html">Chicken</a> </span></h1></li>
<li class = "box" class="fruit"><h1 class="name"><span> <a href="./recipes/Fruit-Salad.html">Fruit</a> </span></h1></li>
<li class = "box" class="pizza"><h1 class="name"><span> <a href="./recipes/Pizza_Casserole.Html">Pizza</a> </span></h1></li>
</ul>
<footer>
<span>copyright © The Odin Project 2022</span>
</footer>
</body>
</html>