-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage2.html
31 lines (30 loc) · 861 Bytes
/
page2.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
<!DOCTYPE html>
<html>
<head>
<title>God</title>
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<style>
{background-color: Brown;
color: BlanchedAlmond;
}
</style>
<div class="pgtitle">
<h1 id="pagehead"> The Early Americans: How they shaped a continent </h1>
</div>
<hr/>
<div class="navbar">
<h4><a href= "index.html">Home<a></h4>
<h4><a href= "page3.html">Glory<a></h4>
<h4><a href= "page4.html">Gold<a></h4>
</div>
<hr/>
<p>[text about the Americans' quest to spread Christianity shaped America]</p>
</body>
<footer>
<p>© 2018 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|APCSP</a></p>
</footer>
</html>