-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (18 loc) · 862 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h1>Odin Recipes</h1>
<ul>
<li><a href="recipes/bibinbap.html">Bibinbap</a></li>
<img src=https://www.recipetineats.com/wp-content/uploads/2019/05/Bibimbap_3.jpg alt="Bibimbap" height="300">
<li><a href="recipes/potato_gnocchi.html">Potato Gnocchi</a></li>
<img src=https://img.bestrecipes.com.au/n_YlOom_/w643-h428-cfill-q90/br/2018/12/potato-gnocchi-recipe-515526-1.jpg alt="Sticky Chicken" height="300">
<li></li><a href="recipes/sticky_chicken.html">Sticky Chicken</a></ul>
<img src=https://img.bestrecipes.com.au/RCnVJVKd/w643-h428-cfill-q90/br/2018/12/sticky-chicken-recipe-523731-1.jpg alt="Sticky Chicken" height="300">
</ul>
</body>
</html>