-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
71 lines (64 loc) · 2.74 KB
/
Copy pathabout.html
File metadata and controls
71 lines (64 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- header start -->
<header>
<nav>
<a href="index.html" target="_blank"> Home </a> |
<a href="about.html" target="_blank"> About </a> |
<a href="menu.html" target="_blank"> Menu </a> |
<a href="services.html" target="_blank"> Service </a> |
<a href="contact.html" target="_blank"> Contact </a> |
</nav>
</header>
<!-- header end -->
<main>
<h3><i> <q> Comfort in every sip.</q></i></h3>
<section>
<p> Our cafe started in 2023 with a simple idea: to offer a warm coffee experience along with comforting
chai and freshly made snacks to everyone.</p>
<p> <b>Welcome to The Archive</b> — a cozy café where every sip, every snack, and every conversation becomes
a memory worth keeping.
At The Archive, we believe that life's best moments are often simple: a perfectly brewed coffee, a
comforting cup of chai, or a quick bite shared with friends. That's why we've created a space where
flavors, comfort, and memories come together.
</p>
</section>
<hr>
<section>
<h2> Why “The Archive”? </h2>
<p> Just like an archive stores valuable memories, our café preserves the simple joys of life. Every drink
we serve, every snack
we offer, and every corner of our café is designed to give you a moment to pause, enjoy, and remember.
</p>
</section>
<hr>
<section>
<h2> what we serve ? </h2>
<ul>
<li> Coffee - Freshly brewed, aromatic, and energizing.</li>
<li> Chai - Soulful, warm, and comforting.</li>
<li> Snacks - Quick bites made with love for every craving.</li>
</ul>
</section>
<hr>
</main><br><br><br>
<!-- Footer Start -->
<footer>
<section class="footer_section2">
<p> © 2026 The Archive Cafe </p>
<p> <i>Chai. Conversation. Comfort ♥</i></p>
</section>
</footer>
<!-- footer end -->
</body>
</html>