-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
29 lines (28 loc) · 1.55 KB
/
about.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
<html>
<head>
<title>Chaat Chamber</title>
</head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="..\Chaat-Chamber\css\about.css">
<body>
<center>
<div class="navbar">
<a href="index.html"><button id="home"><span style="color: red">Chaat</span> <span style="color: orange">Chamber</span></button></button></a>
</div>
<h1>About Us</h1>
<p>Welcome to Chaat Chamber, where flavor dances on your
taste buds and memories are made with every bite!
At Chaat Chamber, we believe that chaat isn't just food;
it's an experience. Our journey began in the bustling streets of India,
where the aroma of spices and the sizzle of frying papadums filled the air.
Inspired by the vibrant colors and bold flavors of chaat, we set out to
create a haven for chaat enthusiasts.</p>
</center>
</body>
</html>