diff options
Diffstat (limited to 'static/errors/400.htm')
| -rw-r--r-- | static/errors/400.htm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/errors/400.htm b/static/errors/400.htm new file mode 100644 index 0000000..c4a0346 --- /dev/null +++ b/static/errors/400.htm @@ -0,0 +1,21 @@ +<!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>400: Bad Request</title> + + <link rel="stylesheet" href="/static/css/style.css"> + </head> + <body> + <main> + <h1>400 <em>Bad Request</em></h1> + <p>The Server could not understand the request.</p> + <img id="error-img" src="/static/images/400.jpg"> + </main> + </body> +</html> + +<!-- vim: expandtab sw=2 ts=2 +--> |
