diff options
| author | Pitu <[email protected]> | 2018-09-16 00:39:58 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2018-09-16 00:39:58 -0300 |
| commit | 868f4a64eca3fb38fbfa12e7b9a9d0d4a374f369 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /pages/error/500.html | |
| parent | Merge pull request #149 from iilukas/patch-1 (diff) | |
| download | host.fuwn.me-868f4a64eca3fb38fbfa12e7b9a9d0d4a374f369.tar.xz host.fuwn.me-868f4a64eca3fb38fbfa12e7b9a9d0d4a374f369.zip | |
Begone!
Diffstat (limited to 'pages/error/500.html')
| -rw-r--r-- | pages/error/500.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/pages/error/500.html b/pages/error/500.html deleted file mode 100644 index b9cacb8..0000000 --- a/pages/error/500.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">Internal server error.</div> - </div> - </div> - </body> -</html> |