-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
47 lines (34 loc) · 1.24 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="nl">
<head>
<script type="module" src="https://guus.space/libraries/artx.js"></script>
<script type="module" src="js/header.js"></script>
<script type="module" src="js/footer.js"></script>
<script type="module" src="js/copy.js"></script>
<script type="module" src="js/mob.js?v=1.1.1"></script>
<script type="module" src="js/nav.js?v=1.2.3"></script>
<script type="module" src="js/font.js?v=1.1"></script>
<script type="module" src="js/bar.js?v=1.1"></script>
<link rel="stylesheet" href="css/root.css?v=1.1">
<link rel="stylesheet" href="css/style.css?v=1.2.3">
<link rel="stylesheet" href="css/nav.css?v=1.1.3">
<link rel="stylesheet" href="css/mob-nav.css?v=1.1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="https://guus.space/logo/lab/stiker.png?v=1.1" type="image/x-icon" />
<title>Guuslab</title>
</head>
<body>
<!-- navigatie -->
<lab-header page="0"></lab-header>
<!-- <div class="side-bar">
<div class="the-bar"></div>
</div> -->
<!-- hero -->
<div class="hero">
<h1 class="hero-text">404</h1>
<h2 class="hero-q">Pagina Niet Gevonden</h2>
</div>
<lab-footer></lab-footer>
</body>
</html>