-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
112 lines (104 loc) · 3.17 KB
/
menu.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Menu</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Our Restaurant</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
</header>
<section class="main-content">
<h2>Our Menu</h2>
<p>At Narvana Restaurant, we pride ourselves on offering a diverse menu that caters to all tastes. From appetizers to desserts, every dish is crafted with care and passion. Explore our wide range of options and discover your new favorite meal. Check out our daily specials for a unique culinary treat.</p>
<div class="foods">
<ul>
<li>Starters :</li>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<img class="imag" src="download (25).jpeg"><p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<li>Main Courses :</li>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<img class="imag1" src="download (26).jpeg">
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<li> Desserts :</a></li>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<img class="imag4" src="download (29).jpeg"> <p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<li>Beverages :</li> <p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<img class="imag3" src="download (28).jpeg">
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<li>Daily Specials :</li>
</ul>
</div>
</section>
<footer>
<p>© This is 2024, the economy is hard so choose wisely</p>
</footer>
</body>
</html>