-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
74 lines (69 loc) · 2.05 KB
/
menu.html
File metadata and controls
74 lines (69 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>
Food By The Flame Menu
</title>
<link rel="stylesheet" type="text/css" href="style4menu.css" />
</head>
<body>
<header>
<a href="aboutus.html"> About Us </a>
<br />
<a href="orderpage.html">Order page</a>
</header>
<h1>Food By The Flame Menu</h1>
<img
src="https://dynamic.brandcrowd.com/preview/logodraft/1ed28179-d3e2-4930-8d83-cc24d378fdf4/image/large.png"
alt="this is an image of something cool"
width="1500"
height="200"
/>
<section id="Jollof">
<h2>Jollof Rice</h2>
<p>
A rice based that has rice cooked in a stew that gives the rice its
vibrant color. Dish with stewed chicken on the side
</p>
<img
src="https://nomadparadise.com/wp-content/uploads/2020/08/nigerian-food-01-1024x640.jpg.webp"
alt=""
/>
</section>
<section id="WhiteRiceStew">
<h2>White Rice & Stew</h2>
<p>
Similiar to jollof rice instead the stew is not cooked into the rice but
served on the side. (Meal still includes chicken)
</p>
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSCjnYlDsxlNFjoGbk5p8Epskw26rYVpC3FOQ&usqp=CAU"
alt=""
/>
</section>
<section id="poundedyam">
<h2>Pounded Yam & Efo</h2>
<p>
Pounded Yam is essentially a starchy dough that is dipped in a collard
green like soup
</p>
<img
src="https://nomadparadise.com/wp-content/uploads/2020/08/nigerian-food-02b-1024x640.jpg.webp"
alt=""
/>
</section>
<section id="PuffPuff">
<h2>Puff Puff</h2>
<p>
A bifrot like desert with a doughy inside and cruncy outside - served
with powdered sugar.
</p>
<img
src="https://nomadparadise.com/wp-content/uploads/2020/08/nigerian-food-05b-1024x640.jpg.webp"
alt=""
/>
</section>
</body>
</html>