aboutsummaryrefslogtreecommitdiff
path: root/pages/error/404.html
diff options
context:
space:
mode:
authorPitu <[email protected]>2018-09-16 00:39:58 -0300
committerPitu <[email protected]>2018-09-16 00:39:58 -0300
commit868f4a64eca3fb38fbfa12e7b9a9d0d4a374f369 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /pages/error/404.html
parentMerge pull request #149 from iilukas/patch-1 (diff)
downloadhost.fuwn.me-868f4a64eca3fb38fbfa12e7b9a9d0d4a374f369.tar.xz
host.fuwn.me-868f4a64eca3fb38fbfa12e7b9a9d0d4a374f369.zip
Begone!
Diffstat (limited to 'pages/error/404.html')
-rw-r--r--pages/error/404.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/pages/error/404.html b/pages/error/404.html
deleted file mode 100644
index ad55dac..0000000
--- a/pages/error/404.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>lolisafe</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>