-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.27 KB
/
index.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
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Early Americans</title>
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<div class="pgtitle">
<h1 id="pagehead"> The Early Americans: How they shaped a continent </h1>
</div>
<hr/>
<div class="navbar">
<h4><a href= "page2.html">God<a></h4>
<h4><a href= "page3.html">Glory<a></h4>
<h4><a href= "page4.html">Gold<a></h4>
</div>
<hr/>
<div class="body">
<h2 id="pgraphhead">What brought the Early Americans here?</h2>
<p>The Early Americans' pursuit of God, Glory, and Gold was the primary cause of the changes that came to the continent.</p>
</div>
<hr/>
<div class="navlist">
<p>On this website, you will find 3 sub-pages that correspond to 3 sub-topics that seek to describe how America changed due to God, Glory, and Gold. They are as follows:</p>
<ol>
<li><a href= "page2.html">God</a></li>
<li><a href= "page3.html">Glory</a></li>
<li><a href= "page4.html">Gold</a></li>
</ol>
<hr/>
</body>
<footer>
<p>© 2019 by Griffin Cederquist </p>
<p>Contact: <a href="mailto:[email protected]">Reach me by E-Mail</a>.</p>
<p><a href="https://www.ucvts.tec.nj.us/domain/16">Academy for Information Technology|English II</a></p>
</footer>
</div>
</html>