diff options
| author | Pitu <[email protected]> | 2021-01-04 01:04:20 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-01-04 01:04:20 +0900 |
| commit | fcd39dc550dec8dbcb8325e07e938c5024cbc33d (patch) | |
| tree | f41acb4e0d5fd3c3b1236fe4324b3fef9ec6eafe /pages/error | |
| parent | Create FUNDING.yml (diff) | |
| parent | chore: update todo (diff) | |
| download | host.fuwn.me-fcd39dc550dec8dbcb8325e07e938c5024cbc33d.tar.xz host.fuwn.me-fcd39dc550dec8dbcb8325e07e938c5024cbc33d.zip | |
Merge branch 'dev'
Diffstat (limited to 'pages/error')
| -rw-r--r-- | pages/error/404.html | 47 | ||||
| -rw-r--r-- | pages/error/500.html | 47 |
2 files changed, 0 insertions, 94 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> 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> |