-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
29 lines (26 loc) · 1.2 KB
/
Copy pathabout.html
File metadata and controls
29 lines (26 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Madhuri Restaurant</title>
<link rel="stylesheet" href="menu_styles.css">
</head>
<body>
<div class="home-nav">
<div class="logo"><a href="index.html">Madhuri Restaurant</a></div>
</div>
<div class="container">
<h1>About Us</h1>
<p>
Welcome to Madhuri Restaurant! We are passionate about providing an unforgettable dining experience. Our menu features a delightful blend of traditional and modern culinary creations, made from the freshest ingredients.
</p>
<p>
Our chefs are dedicated to crafting delicious dishes that celebrate our rich heritage while also embracing contemporary flavors. Whether you’re here for a casual meal with family or a special celebration, we aim to make your visit memorable.
</p>
<p>
We believe that dining is not just about food; it’s about creating lasting memories. Join us for an unforgettable culinary journey, where every bite tells a story.
</p>
</div>
</body>
</html>