aboutsummaryrefslogtreecommitdiff
path: root/public/error
diff options
context:
space:
mode:
authorkanadeko <[email protected]>2017-01-14 05:50:18 -0300
committerkanadeko <[email protected]>2017-01-14 05:50:18 -0300
commita246fc83658dc10e5da89a8f8f828ca556686860 (patch)
tree462231143aaca715925431339a594242b7ef0b04 /public/error
parentSmall edit (diff)
downloadhost.fuwn.me-a246fc83658dc10e5da89a8f8f828ca556686860.tar.xz
host.fuwn.me-a246fc83658dc10e5da89a8f8f828ca556686860.zip
Frontend done
Diffstat (limited to 'public/error')
-rw-r--r--public/error/404.html48
1 files changed, 47 insertions, 1 deletions
diff --git a/public/error/404.html b/public/error/404.html
index 57db2e9..1853f21 100644
--- a/public/error/404.html
+++ b/public/error/404.html
@@ -1 +1,47 @@
-404 \ No newline at end of file
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>loli-safe</title>
+
+ <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
+
+ <style>
+ html, body {
+ height: 100%;
+ }
+
+ body {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+ color: #B0BEC5;
+ display: table;
+ font-weight: 100;
+ font-family: 'Lato';
+ }
+
+ .container {
+ text-align: center;
+ display: table-cell;
+ vertical-align: middle;
+ }
+
+ .content {
+ text-align: center;
+ display: inline-block;
+ }
+
+ .title {
+ font-size: 72px;
+ margin-bottom: 40px;
+ }
+ </style>
+ </head>
+ <body>
+ <div class="container">
+ <div class="content">
+ <div class="title">Page not found.</div>
+ </div>
+ </div>
+ </body>
+</html> \ No newline at end of file