-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
29 lines (29 loc) · 827 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Safar</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>About Safar</h1>
<p>Connecting Travelers, Simplifying Plans, and Enhancing Experiences</p>
</header>
<section>
<h2>Our Team</h2>
<ul>
<li>Sumit Akhuli</li>
<li>Hemang Thakkar</li>
<li>Dhruv Bansal</li>
<li>Anushka Roy</li>
<li>Sandip Dey</li>
<li>Gourav Shidlings</li>
</ul>
</section>
<footer>
<a href="index.html">Home</a> | <a href="planner.html">Start Planning</a> | <a href="agents.html">Local Agents</a>
</footer>
</body>
</html>