-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstr3.html
62 lines (47 loc) · 1.92 KB
/
str3.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.sheet.css">
<!-- Add icon library -->
<link rel="style.sheet.css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="introduction" content="Introduction to the Belize Marco Gonzalez Archaeological Project.">
<meta name="author" content="Aubree S. Marshall">
<meta name="keywords" content="Belize, MGAP, archaeology, Ambergris Caye, Trade Routes to Ambergris Caye, TRAC, bioarchaeology, digital cultural heritage">
<title>Structure 3</title>
</head>
<body>
<header>
<!-- Navigation bar -->
<header class="header">
<!--logo-->
<a href="index.html" id="logo" class="logo">MGAP</a>
<!-- Hamburger icon -->
<input class="side-menu" type="checkbox" id="side-menu"/>
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
<!-- Menu -->
<nav class="nav">
<ul class="menu">
<li><a href="index.html">Introduction</a></li>
<li><a href="mesomap.html">Mesoamerica Map</a> </li>
<li><a href="mgmap.html">Marco Gonzalez Map</a></li>
<li><a href="contact.html">Contact Us</a> </li>
</ul>
</nav>
</header>
<br></br>
<br></br>
<br></br>
<center><h1>Structure 3</h1></center>
<br></br>
<div>
<center><big><p>stay tuned for more information</p></big></center>
</div>
<br></br>
<br></br>
<div>
<center><b><a href="mgmap.html">Click here to return to the Marco Gonzalez map!</a></b></center>
</div>
<br></br>
</body>