-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathher.html
42 lines (36 loc) · 1.25 KB
/
her.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="simple.css" rel="stylesheet" type="text/css" media="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/favicon.png" />
<title>Studie_afronden</title>
</head>
<header>
<h5 class="logo"><a href="index.html"><img src="images/logo.png"/></a></h5>
<input type="checkbox" id="nav-toggle" class="nav-toggle">
<nav>
<ul>
<li class="nav-item"><a href="index.html">TODO</a></li>
<li class="nav-item"><a href="scriptie.html">Scriptie</a></li>
<li class="nav-item"><a href="nt.html">NT</a></li>
<li class="nav-item"><a href="miss.html">Missiologie</a></li>
<li class="nav-item"><a href="her.html">Hermeneutiek</a></li>
<li class="nav-item"><a href="pt.html">PT</a></li>
</ul>
</nav>
<label for="nav-toggle" class="nav-toggle-label">
<span></span>
</label>
</header>
<body>
</body>
<footer>
<p>Deze website is gemaakt met behulp van Markdown, HTML
en een variatie op
<a href="https://simplecss.org">Simple.css</a> met dank aan <a
href="https://kevq.uk/about/">Kev Quirk</a>.
En de <em>gastheer</em> van de website is <a href="https://netlify.com">Netlify</a>.</p>
</footer>
</html>