-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintex_test.html
More file actions
53 lines (47 loc) · 1.31 KB
/
intex_test.html
File metadata and controls
53 lines (47 loc) · 1.31 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html>
<head>
<title>Amazeriffic</title>
</head>
<body>
<header>
<h1>Amazeriffic</h1>
<nav>
<a href="#">Sign Up!</a> |
<a href="#">FAQ</a> |
<a href="#">Support</a>
</nav>
</header>
<main>
<h2>Amazeriffic will change your life!</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<h3>Here's why you need Amazeriffic</h3>
<ul>
<li>It fits your lifestyle</li>
<li>It's awesome</li>
<li>It rocks your world</li>
</ul>
<img src="lightbulb.png" alt="an image of a lightbulb">
</main>
<footer>
<div class="contact">
<h5>Contact Us</h5>
<p>Amazeriffic!</p>
<p>555 Fiftieth Street</p>
<p>Asheville, NC 28801</p>
</div>
<div class="sitemap">
<h5>Sitemap</h5>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
</footer>
</body>
</html>