forked from SCE-Development/git-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (121 loc) · 2.92 KB
/
index.html
File metadata and controls
122 lines (121 loc) · 2.92 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>COOL RECIPES</title>
</head>
<body>
<h1>Recipes that have a special place in my heart</h1>
<ul>
<li>
<a href="recipe/noodlesoup.html">Nood and Soup</a>
</li>
<li>
<a href="recipe/cereal.html">Cereal</a>
</li>
<li>
<a href="recipe/Æbleskiver.html">Æbleskiver</a>
</li>
<li>
<a href="recipe/epic.html">A snack (toast) to remember</a>
</li>
<li>
<a href="recipe/banhmi.html">PEAK BANHMI</a>
</li>
<li>
<a href="recipe/egg.html">Egg city, I am the mayor</a>
</li>
<li>
<a href="recipe/greatestsandwichofalltime.html">Peanut Butter Banana Sandwich</a>
</li>
<li>
<a href="recipe/pasta.html">One-Pot Pasta</a>
</li>
<li>
<a href="recipe/waffle.html">Protein Waffles</a>
</li>
<a href="recipe/quesadillas.html">Quesadillas</a>
</li>
<li>
<a href="recipe/pizza.html">Pizza</a>
</li>
<li>
<a href="recipe/waffle.html">Protein Waffles</a>
</li>
<li>
<a href="recipe/burger.html">Burger</a>
</li>
<li>
<a href="recipe/lemonade.html">Lemonade</a>
</li>
<li>
<a href="recipe/tarte_tatin.html">Tarte Tatin</a>
</li>
<li>
<a href="recipe/coffee.html">Coffee</a>
</li>
<li>
<a href="hydratedwater.html">Hydrated Water</a>
</li>
<li>
<a href="recipe/bimbibap.html">Bibimbap</a>
</li>
<li>
<a href="recipe/tiramisu.html">100% Success Rate Tiramisu</a>
</li>
<li>
<a href="recipe/popcorn_chicken.html">Popcorn Chicken</a>
</li>
<li>
<a href="recipe/eggdropsoup.html">Egg Drop Soup</a>
</li>
<li>
<a href="recipe/avocado_toast.html">Ac</a>
</li>
<a href="recipe/tacos.html">Chicken Tacos</a>
</li>
<li>
<a href="recipe/borscht.html">Borscht</a>
</li>
<li>
<a href="recipe/friedrice.html">Fried Rice</a>
</li>
<li>
<a href="recipe/beerchickenstew.html"> Beer Chicken Stew with Biscuits</a>
</li>
<li>
<a href="recipe/parfait.html">Yogurt Parfait</a>
</li>
<li>
<a href="recipe/roticanai.html">Roti Canai</a>
</li>
<li>
<a href="recipe/friedchicken.html"> Fried Chicken</a>
</li>
<li>
<a href="recipe/sardinesontoast.html">Sardines on Toast</a>
</li>
<li>
<a href = "recipe/mugcake.html">Mug Cake</a>
</li>
<li>
<a href ="recipe/fugu.html"> Fugu </a>
</li>
<li>
<a href ="recipe/simpleomlette.html"> Simple Omlette </a>
</li>
<li>
<a href ="recipe/mayobananasando.html"> Mayo Banana Sando</a>
</li>
<li>
<a href="recipe/alfredo.html">Fettuccine Alfredo</a>
</li>
<li>
<a href = "recipe/afghanpasta.html"> Afghan Pasta</a>
</li>
<li>
<a href = recipe/yummyflan.html> Yummy Flan </a>
</li>
</ul>
</body>
</html>