-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
31 lines (29 loc) · 863 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
30
31
<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<p>About us</p>
<script src="app.js"></script>
<footer>
<div class="footer-col">
<h4>Contact Us</h4>
<ul>
<li><a href="mailto:rhea.rai6392@gmail.com">Annu</a></li>
<li><a href="mailto:kvishnudas05@gmail.com">Vishnu</a></li>
<li><a href="mailto:khushiebishnoi@gmail.com">Khushi</a></li>
</ul>
<br>
</div>
<div class="footer-col">
<h4>About Us</h4>
<ul>
<li><a href="https://www.example.com/about">About Us</a></li>
</ul>
</div>
</body>
</html>