-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width initial scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>3-course Comfort Meal</title>
</head>
<body>
<h1>Odin Recipes</h1>
<p>Feeling like you wanna feel good? We all know good food can help, so check out a collection of my favorite comfort recipes. Enjoy seperately or indulge in a 3-course comfort meal!</p>
<div><img src="https://theawkwardyeti.com/wp-content/uploads/2018/04/042718_ComfortFood.jpg" alt="Awkward Yeti comfort food comic"></div>
<div>
<h2>Recipes</h2>
<ul>
<li><a href="recipes/wedges.html" target="_blank" rel="noopener noreferrer">Roasted Potato Wedges</a></li>
<li><a href="recipes/cashewmac.html" target="_blank" rel="noopener noreferrer">Macaroni & Cheese</a></li>
<li><a href="recipes/pudding.html" target="_blank" rel="noopener noreferrer">Avocado Chocolate Pudding</a></li>
</ul>
</div>
</body>
</html>