-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
29 lines (26 loc) · 1.04 KB
/
Copy pathabout.html
File metadata and controls
29 lines (26 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
</head>
<body background="images/img about.webp">
<font color="#99ccff" size="4">
<b><h1>About Us</h1>
<p>Welcome to our website! We are dedicated to providing quality <br>content and services to our users.</p>
<h2>Our Mission</h2>
<p>Our mission is to deliver exceptional products and experiences <br>that enrich the lives of our customers.</p>
<h2>Our Team</h2>
<p>We are a group of passionate professionals committed to <br>innovation and excellence.</p>
<h2>Contact Us</h2>
<p>Email: contact@ourwebsite.com</p>
<p>Phone: +123 456 7890</p>
<p>Address: 123 Main Street, City, Country</p>
</body><center><table border="1">
<tr>
<th><a href="homepage.html">Home</a></th>
</tr></table></center> <br> <br>
<hr><p>© 2025 Book Store. All rights reserved.
</b></font>
</html>