-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
39 lines (29 loc) · 879 Bytes
/
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 lang="en">
<head>
<meta charset="utf-8">
<title>Blankety Blank</title>
<meta name="description" content="Blankety Blank">
<meta name="author" content="Natalie de Weerd">
<meta name="viewport" content="width=device-width">
<!-- CSS -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css?v=1.0">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.0.0.min.js" integrity="sha256-JmvOoLtYsmqlsWxa7mDSLMwa6dZ9rrIdtrrVYRnDRH0=" crossorigin="anonymous"></script>
<script src="js/site.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<nav></nav>
</header>
<main>
<section>Hello World!</section>
<section></section>
</main>
<footer></footer>
</body>
</html>