-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 2.11 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
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/mijnstijl.css" rel="stylesheet" type="text/css"/>
<title>Voettocht naar Santiago</title>
<meta name="description" content="Te voet op bedevaart naar Santiago de Compostella, de Camino Frances">
<meta name="keywords" content="Santiago de Compostella, bedevaart, Camino Frances, te voet">
<meta name="copyright" content="Michael Geerts">
<meta name="language" content="nl">
<meta name="web_author" content="Michael Geerts">
<meta name="robots" content="all">
</head>
<body>
<header>
<img src="img/camino logo.png" alt="logo" id="logo">
<nav class="menu">
<a class="menutitel" href="#">te voet naar Santiago de Compostella</a><br><br>
<ul>
<span id="menuhorizontaal">
<li>
<a class="menukeuze" href="HTMLInfo.html">Info</a>
</li>
<li>
<a class="menukeuze" href="HTMLGeschiedenis.html">Geschiedenis</a>
</li>
<li>
<a class="menukeuze" href="HTMLWerk.html">Werk "de Weg"</a>
</li>
<li>
<a class="menukeuze" href="HTMLTeksten.html">Filosofische teksten</a>
</li>
</span>
</ul>
</nav>
</header>
<img src="img/zicht.jpg" alt="zicht" id="zicht">
</body>
<footer>
<p class="footer">Copyright ©2020 Michael Geerts
| Design: Schizzo98</p>
</footer>
</html>