add-license-1
Guuq 5 years ago
parent cef7d0f2b5
commit e16ed34a20

@ -10,11 +10,33 @@
<script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/resources/css/navbar.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<title>Error</title>
</head>
<body>
<style>
* {
font-family: 'Open Sans';
}
div {
background-color: #27282e;
height: 100%;
padding: 10%;
position: absolute;
top: 0;
width: 100%;
}
p {
margin-top: 1rem!important;
cursor: pointer;
font-size: 15px;
}
h1 {
margin: 0;
text-align: center;
}
</style>
<div>
<h1 style="font-size: 10rem;" align="center">404.</h1><br>
<h1>That's an error.</h1>

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/resources/css/404.css">
<link rel="stylesheet" href="/resources/css/cssall.css">
<script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/resources/css/navbar.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<title>Error</title>
</head>
<body>
<style>
* {
font-family: 'Open Sans';
}
div {
background-color: #27282e;
height: 100%;
padding: 10%;
position: absolute;
top: 0;
width: 100%;
}
p {
margin-top: 1rem!important;
cursor: pointer;
font-size: 15px;
}
h1 {
margin: 0;
text-align: center;
}
</style>
<div>
<h1 style="font-size: 10rem;" align="center">408.</h1><br>
<h1>That's an error.</h1>
<p onclick="window.history.back();" align="center">Click here to go back</p>
</div>
<script src="/resources/js/navbar.json.js"></script>
<script src="/resources/js/insertNavbar.js"></script>
<script src="/resources/javall.js" charset="utf-8"></script>
</body>
</html>

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 KiB

@ -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"
}
]
}
]

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/resources/css/cssall.css">
<link rel="stylesheet" href="/resources/css/navbar.css">
<script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<title>Vuurjongen en Watermeisje</title>
</head>
<body>
<iframe width="100%" height="100%" src="https://html5.gamedistribution.com/3790681b69584409b7f681a8e400102d/" frameborder="0"></iframe>
<script src="/resources/js/navbar.json.js"></script>
<script src="/resources/js/insertNavbar.js"></script>
<script src="/resources/js/javall.js"></script>
</body>
</html>