-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (28 loc) · 908 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>
<head>
<title>About Us</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<nav class="topnav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<h1>About Us</h1>
<p>Hi, I'm Akshun Chauhan! I created this website as a way to show python project , and to [Your Goal for the Website]. I hope you find my content [Your Adjectives to Describe Your Content], and I look forward to connecting with you!</p>
<h2>Our Team</h2>
<ul>
<li>Akshun Chauhan - CEO</li>
<li>Akshun Chauhan - Marketing Director</li>
</ul>
<h2>Our History</h2>
<p>Our company is not yet founded.</p>
</body>
</html>