Merge branch 'master' into kevin-prototype
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Options +FollowSymLinks
|
||||
RewriteEngine On
|
||||
|
||||
ErrorDocument 404 /error404.jpg
|
||||
ErrorDocument 404 /error/404.php
|
||||
|
||||
RewriteCond %{SCRIPT_FILENAME} !-d
|
||||
RewriteCond %{SCRIPT_FILENAME} !-f
|
||||
|
||||
9
website/public/error/404.php
Normal file
9
website/public/error/404.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
require_once "../../views/messagepage.php";
|
||||
|
||||
messagePage("
|
||||
<div class='error-page'>
|
||||
<h1>404</h1>
|
||||
<h4>Verkeerde link...</h4><br />
|
||||
<img height='25%' width='25%' src='../img/zelda.png'>
|
||||
</div>");
|
||||
BIN
website/public/img/zelda.png
Normal file
BIN
website/public/img/zelda.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 147 KiB |
@@ -1,6 +1,9 @@
|
||||
body {
|
||||
background-color: #FBC02D;
|
||||
}
|
||||
|
||||
.password-change {
|
||||
height: 100%;
|
||||
background-color: #FBC02D;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@@ -12,6 +15,14 @@
|
||||
margin: 30px auto auto;
|
||||
display: block;
|
||||
}
|
||||
.password-change img {
|
||||
.top-logo img {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.error-page {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error-page img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
@@ -71,7 +71,16 @@
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.nietslecht {
|
||||
.nietslecht-text {
|
||||
font-family: Impact, Anton, sans-serif;
|
||||
text-shadow: -1.5px 0 1px black, 0 1.5px 1px black, 1px 0 1.5px black, 0 -1.5px 1px black;
|
||||
text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
|
||||
}
|
||||
|
||||
.nietslecht {
|
||||
}
|
||||
|
||||
.nietslecht img {
|
||||
vertical-align: middle;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user