-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (66 loc) · 2.02 KB
/
index.html
File metadata and controls
72 lines (66 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Akpu 4 All Restuarant</title>
</head>
<body>
<!-- Page Header -->
<header>
<h1>🍽️ Akpu 4 All Restuarant Menu</h1>
<p>Welcome to Akpu 4 All Restuarant — where flavor meets comfort.</p>
</header>
<!-- Appetizers Section -->
<section>
<h2> Our Appetizers Includes:</h2>
<ul>
<li>
<strong>Cash Bread</strong> – Crispy bread topped with garlic butter and herbs.
</li>
<li>
<strong>Chicken Wings</strong> – Spicy, grilled wings served with a tangy sauce.
</li>
<li>
<strong>Beef Spring Rolls</strong> – Crunchy rolls filled with fresh vegetables.
</li>
</ul>
</section>
<!-- Main Courses Section -->
<section>
<h2>Main Courses</h2>
<ul>
<li>
<strong>Grilled Chicken</strong> – Juicy grilled chicken served with seasoned rice.
</li>
<li>
<strong>indomie and egg</strong> – Classic noodles with vegetables, oions, and tomato.
</li>
<li>
<strong>Rice and stew</strong> – Rice and stew in creamy sauce with Beef and fish.
</li>
</ul>
</section>
<!-- Desserts Section -->
<section>
<h2>Desserts</h2>
<ul>
<li>
<strong>Chocolate Cake</strong> – Rich chocolate cake with smooth frosting.
</li>
<li>
<strong>Vanilla Ice Cream</strong> – Creamy vanilla ice cream with chocolate drizzle.
</li>
<li>
<strong>Fufu with Okra soup</strong> – Fresh from mama's pot with assorted.
</li>
</ul>
</section>
<!-- Footer -->
<footer>
<p>
Want to reach us?
<a href="./IMG_20161004_085337.jpg">Contact Us</a>
</p>
</footer>
</body>
</html>