forked from MarcelBostelaar/test.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 959 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/style.css">
<title>Image Editor</title>
</head>
<body>
<h1 id="indextitel">Kies je template</h1>
<div id="indexmain">
<a href="Evenement.html"><img src="media/Evenement.jpg"></a>
<a href="AankondigingNieuw.html"><img src="media/AankondigingNieuw.jpg"></a>
<a href="TekstberichtNieuw.html"><img src="media/TekstberichtNieuw.jpg"></a>
<a href="SocialistenAankondiging.html"><img src="media/socialistenEvenement.jpg"></a>
</div>
<div id="indexmain">
<a href="NAVOEvenement.html"><img src="media/NAVOEvenement.jpg"></a>
<a href="NAVOSlide1.html"><img src="media/NAVOSlide1.jpg"></a>
<a href="NAVOSlide.html"><img src="media/NAVOSlide.jpg"></a>
<a href="NAVOTekstbericht.html"><img src="media/NAVOTekstbericht.jpg"></a>
</div>
</body>