-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
47 lines (35 loc) · 1.06 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pagina niet gevonden</title>
<link rel="stylesheet" href="/styles/style.css">
<script defer src="/scripts/script.js"></script>
</head>
<body>
<header>
<nav>
<img src="/images/iconen/logo_small.svg" alt="Apple logo">
<div> <a href="/index.html">
<h1>Binc van Buren</h1>
</a></div>
</nav>
</header>
<main>
<section class="wrapper_home">
<video src="/videos/gradient_blauw.mp4" playsinline loop muted autoplay></video>
<video src="/videos/gradient_roze.mp4" playsinline loop muted autoplay></video>
<div>
<div class="niet-gevonden">
<h2>Oeps, pagina niet gevonden</h2>
<p>Ga direct naar een van de volgende pagina's</p>
<div>
<a class="secundair" href="/dj/index.html"><button class="bt">DJ</button></a>
<a class="secundair" href="/portfolio/index.html"><button class="bt">Design</button></a>
</div>
</div>
</div>
</section>
</body>
</html>