-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (36 loc) · 1.37 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
40
41
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117773670-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117773670-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jessica Cook/Email Saga</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<script src="js/main.js"></script>
</head>
<body>
<div class="topnav" id="topnavbar">
<a href="index.html" class="active">Home</a>
<a href="single.html">Single</a>
<a href="batch.html">Batch</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a class="icon" href="javascript:void(0);" onclick="navigationBar()">☰</a>
</div>
<div class="main-body">
<h1><b>Jessica Cook / Email Saga</b></h1>
<h3>This page is currently a work in progress, as well as the single and about webpages. Please use the contact form if you have any questions.</h3>
</div>
<div class="footer">
<!--footer text here-->
</div>
</body>
</html>