diff options
Diffstat (limited to 'static/errors/500.htm')
| -rw-r--r-- | static/errors/500.htm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/static/errors/500.htm b/static/errors/500.htm new file mode 100644 index 0000000..db008ff --- /dev/null +++ b/static/errors/500.htm @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>500: Internal Server Error</title> + + <link rel="stylesheet" href="/static/css/style.css"> + </head> + <body> + <div class="container"> + <div class="row"> + <h1>500 <em>Internal Server Error</em></h1> + <img id="error-img" src="/static/images/500.jpg"> + </div> + </div> + </body> +</html> + +<!-- vim: expandtab sw=2 ts=2 +--> |
