-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·44 lines (41 loc) · 2.31 KB
/
404.html
File metadata and controls
executable file
·44 lines (41 loc) · 2.31 KB
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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pagina niet gevonden :(</title>
{% bundle %} [/_source-assets/css/404.css] {% endbundle %}
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/7847452/672622/css/fonts.css">
</head>
<body>
<div class="container">
<h1>404</h1>
<p>Sorry, maar de pagina die je hebt geprobeerd te laden bestaat niet.</p>
<p>Waarschijnlijk komt dat door:</p>
<ul>
<li>een typefout in het adres</li>
<li>een verouderde of dode link</li>
</ul>
<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
</script>
<script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
<div class="block-container">
<img src="/assets/img/404/cloud.png" id="cloud">
<div class="block smallest" style="left: 490px;"></div>
<div class="block small" style="left: 85px; top: 75px;"></div>
<div class="block normal" style="left: 385px; top: 45px;"></div>
<div class="block normal" style="animation-delay: 0.1s; -webkit-animation-delay: 0.1s; left: 95px; top: 140px;"></div>
<div class="block normal" style="animation-delay: 0.2s; -webkit-animation-delay: 0.4s; left: 150px; top: 230px;"></div>
<div class="block normal" style="animation-delay: 0.3s; -webkit-animation-delay: 0.2s; left: 425px; top: 105px;"></div>
<div class="block normal" style="animation-delay: 0.4s; -webkit-animation-delay: 0.3s; left: 45px; top: 195px;"></div>
<div class="block normal" style="animation-duration: 4s; -webkit-animation-duration: 4s; left: 300px; top: 180px;"></div>
<div class="block normal" style="animation-duration: 4.5s; -webkit-animation-duration: 4.5s; left: 380px; top: 195px;"></div>
<div class="block normal" style="animation-duration: 5.5s; -webkit-animation-duration: 5.5s; left: 100px; top: 285px;"></div>
<div class="block normal" style="animation-duration: 4.5s; -webkit-animation-duration: 4.5s; left: 195px; top: 330px;"></div>
<div class="block normal" style="animation-duration: 4s; -webkit-animation-duration: 4s; left: 310px; top: 260px;"></div>
</div>
</div>
</body>
</html>