-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (24 loc) · 1.06 KB
/
index.html
File metadata and controls
31 lines (24 loc) · 1.06 KB
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
27
28
29
30
31
<!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="styles.css">
<title>Odin Recipes</title>
</head>
<body>
<h1 id="header">Odin Recipes!</h1>
<img src="shef.png" alt="chef meme with words 'shef'" style="width:800px; height:450px;">
<p class="paraone">Here's to all the wannabe chefs out there that want to find out how to make the best foods to
impress the people
they love! Click on the link below to start on your very first recipe.</p>
<div> <a href="recipes/butterchicken.html">How to Make Butter Chicken the right way</a> </div>
<h3 class="headerthree">If you enjoyed the recipe above, why not also try...</h3>
<ul>
<li><a href="recipes/lasagne.html">Creamy Lasagne recipe</a></li>
<li><a href="recipes/applecrumble.html">Crunchy and delicious Apple Crumble</a></li>
</ul>
<a href="#header">Return to the top</a>
</body>
</html>