-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 964 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Odin Recipes 🍡🍙</title>
</head>
<body>
<img src="images/odin-cooking.png" width="500" height="420" alt="norse god odin cooking something">
<img src="images/odin-cooking-2.png" width="500" height="420" alt="another picture of norse god cooking">
<h1>Odin Recipes!</h1>
<p>
Some of our delights:
<ol>
<li><a href="./recipes/hearty-viking-stew.html">Hearty Viking Soup 🍲</a></li>
<li><a href="./recipes/viking-flatbread.html">Viking Flatbread 🥖</a></li>
<li><a href="./recipes/skyr-with-honey-and-nuts.html">Skyr with honey and nuts 🍯🥜</a></li>
<li><a href="./recipes/gravalax.html">Gravalax 🐟</a></li>
<li><a href="./recipes/cold-cured-trout.html">Cold cured trout 🐠</a></li>
</ol>
</p>
</body>
</html>