-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (21 loc) · 839 Bytes
/
index.html
File metadata and controls
30 lines (21 loc) · 839 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Stefan Boonen</title>
<link href="template/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="container">
<nav>
<a href="index.html" id="homeNav">STEFAN BOONEN</a>
<li><a href="contact.html" id="contactNav" class="menuButtons">Contact en info</a></li>
<li><a href="media.html" id="mediaNav" class="menuButtons">Media</a></li>
<li><a href="books.html" id="booksNav" class="menuButtons">Boeken</a></li>
<li><a href="news.html" id="newsNav" class="menuButtons">Nieuws</a></li>
</nav>
</div>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="js/jquery.js"></script>
</body>
</html>