summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-07 13:29:40 +0100
committerache <ache@ache.one>2018-02-07 13:29:40 +0100
commit2ba82a9fc8fa8713df26534cc4fc78da4525c456 (patch)
tree28508a25e4dcaa7dbd64fc5fd355a28a8ee96e6e
parent[quickfix] mrproper html -> htm (diff)
Add http error page
-rw-r--r--403.html4
-rw-r--r--404.html4
2 files changed, 8 insertions, 0 deletions
diff --git a/403.html b/403.html
new file mode 100644
index 0000000..adf82d7
--- /dev/null
+++ b/403.html
@@ -0,0 +1,4 @@
+<html>
+ <head><meta charset="utf8"></head>
+ <body style="text-align:center"><img src="/cat_403.jpg" alt="you can't touch this"></body>
+</html>
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..21abcf1
--- /dev/null
+++ b/404.html
@@ -0,0 +1,4 @@
+<html>
+ <head><meta charset="utf8"></head>
+ <body style="text-align:center"><img src="/cat_404.jpg" alt="cat not found"></body>
+</html>