summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-09-02 23:39:04 +0200
committerache <ache@ache.one>2022-09-02 23:39:04 +0200
commit5b1fd3c98e77df23f2e117c6a4da24da95033a23 (patch)
tree11cca14fe6f1b598152e70491b49d893d40e85b3
parentAdd tags support (diff)
Delete errors pages
-rw-r--r--s/err/403.html4
-rw-r--r--s/err/404.html4
2 files changed, 0 insertions, 8 deletions
diff --git a/s/err/403.html b/s/err/403.html
deleted file mode 100644
index cd218bd..0000000
--- a/s/err/403.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<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/s/err/404.html b/s/err/404.html
deleted file mode 100644
index 21abcf1..0000000
--- a/s/err/404.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<html>
- <head><meta charset="utf8"></head>
- <body style="text-align:center"><img src="/cat_404.jpg" alt="cat not found"></body>
-</html>