diff options
| author | schererleander <leander@leander-scherer.de> | 2024-08-08 13:21:36 +0200 |
|---|---|---|
| committer | schererleander <leander@leander-scherer.de> | 2024-08-08 13:21:36 +0200 |
| commit | a3715e705664f0386b76b0b3c68e39811d77f949 (patch) | |
| tree | e8f0dbab62259d0f823392039beaf20491aff035 /html/404.html | |
| parent | 3dd86438c4739e7f1959816632c157f28103e2d4 (diff) | |
initial commit
Diffstat (limited to 'html/404.html')
| -rw-r--r-- | html/404.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/html/404.html b/html/404.html new file mode 100644 index 0000000..4debd65 --- /dev/null +++ b/html/404.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>߸ schererleander</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> + |
