aboutsummaryrefslogtreecommitdiff
path: root/html/404.html
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 01:01:17 +0200
committerschererleander <leander@schererleander.de>2025-05-30 01:01:17 +0200
commitafdc982863b6cca573f1db58e1795aa8c45fabca (patch)
tree6b94d2ffdcb0e1b5ccbaf584c825763ab72ab99d /html/404.html
parent8f2c8393510dfefc22871661b0ef9964569e290b (diff)
rewrite site
Diffstat (limited to 'html/404.html')
-rw-r--r--html/404.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/html/404.html b/html/404.html
deleted file mode 100644
index 585f099..0000000
--- a/html/404.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>߸ 404 — Not found</title>
- <link rel="stylesheet" href="style.css">
- <script>
- window.setTimeout(function() { window.location.href = "/"; }, 3000);
- </script>
- </head>
- <body>
- <h1>404 — Not found</h1>
- <p>Sorry not found, you will be redirected!</p>
- <img width="500px" src="404.png">
- </body>
-</html>
-