-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
28 lines (26 loc) · 880 Bytes
/
about-us.html
File metadata and controls
28 lines (26 loc) · 880 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>About Us</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<header>
<ul>
<li> <a href=index.html>Home</a></li>
<li> <a href=signup.html>Sign Up</a></li>
<li> <a href=about-us.html>About Us</a></li>
</ul>
</header>
<div>
<h1> About Us </h1>
<p> Since 2017, <em>Grow Your Business</em> have been helping people make more money and live a better life! here's a link: <li> <a href=test.html>test</a></li></p>
<p> How we help:</p>
<ul>
<li> We provide tons of free information on our website to help you grow your business</li>
<li> Our patented web apps help you figure out exactly what to do next and get results</li>
<li> We offer consultation and counseling services to supercharge your results and grow your bottom line <em>faster!</em></li>
</ul>
</div>
</body>
</html>