diff --git a/404.html b/404.html
index c1594c9..3171fbf 100644
--- a/404.html
+++ b/404.html
@@ -10,11 +10,33 @@
-
404.
That's an error.
diff --git a/408.html b/408.html
new file mode 100644
index 0000000..323e0c1
--- /dev/null
+++ b/408.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
Error
+
+
+
+
+
+
+
408.
+
That's an error.
+
Click here to go back
+
+
+
+
+
+
+
+
+
diff --git a/resources/css/404.css b/resources/css/404.css
deleted file mode 100644
index 34d66b6..0000000
--- a/resources/css/404.css
+++ /dev/null
@@ -1,22 +0,0 @@
-@media screen and (min-width:0px) and (max-width:960px) {
-}
-* {
- font-family: 'Open Sans';
-}
-div {
- background-color: #27282e;
- height: 100%;
- padding: 10rem;
- position: absolute;
- top: 0;
- width: 100%;
-}
-p {
- margin-top: 1rem!important;
- cursor: pointer;
- font-size: 15px;
-}
-h1 {
- margin: 0;
- text-align: center;
-}
diff --git a/resources/img/rocket.png b/resources/img/rocket.png
new file mode 100644
index 0000000..aa39c77
Binary files /dev/null and b/resources/img/rocket.png differ
diff --git a/resources/img/spacecraft.png b/resources/img/spacecraft.png
deleted file mode 100644
index 58aa9b1..0000000
Binary files a/resources/img/spacecraft.png and /dev/null differ
diff --git a/resources/js/navbar.json.js b/resources/js/navbar.json.js
index 807de8f..69245b1 100644
--- a/resources/js/navbar.json.js
+++ b/resources/js/navbar.json.js
@@ -35,5 +35,17 @@ Navbar = [
icon: "fas fa-pencil-alt"
}
]
+ },
+ {
+ name: "Games",
+ desc: "Hier kan je spelletjes spelen",
+ icon: "fas fa-gamepad",
+ dropdown: [
+ {
+ name: "Vuurjongen en Watermeisje 4",
+ icon: "fas fa-fire",
+ link: "/vuurjongen-en-watermeisje-4"
+ }
+ ]
}
]
diff --git a/vuurjongen-en-watermeisje-4/index.html b/vuurjongen-en-watermeisje-4/index.html
new file mode 100644
index 0000000..6b5806b
--- /dev/null
+++ b/vuurjongen-en-watermeisje-4/index.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
Vuurjongen en Watermeisje
+
+
+
+
+
+
+
+
+
+