summaryrefslogtreecommitdiffstats
path: root/static/errors/404.htm
diff options
context:
space:
mode:
Diffstat (limited to 'static/errors/404.htm')
-rw-r--r--static/errors/404.htm21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/errors/404.htm b/static/errors/404.htm
new file mode 100644
index 0000000..2825b24
--- /dev/null
+++ b/static/errors/404.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>404: Not Found</title>
+
+ <link rel="stylesheet" href="/static/css/style.css">
+ </head>
+ <body>
+ <main>
+ <h1>404 <em>Not Found</em></h1>
+ <p>The page you are looking for is either gone or never existed in the first place.</p>
+ <img id="error-img" src="/static/images/404.jpg">
+ </main>
+ </body>
+</html>
+
+<!-- vim: expandtab sw=2 ts=2
+-->