diff options
author | mm <mm@mm-server.fritz.box> | 2023-08-29 14:44:14 +0200 |
---|---|---|
committer | mm <mm@mm-server.fritz.box> | 2023-08-29 14:44:14 +0200 |
commit | a3ace459ad663f9fd01624320e7c0ec7a132cdce (patch) | |
tree | b989c1a6a01fd12f03c675b31f3584c1bd1a435a /404.html |
First commit
Diffstat (limited to '404.html')
-rwxr-xr-x | 404.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100755 index 0000000..34c9247 --- /dev/null +++ b/404.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang = "en"> + <head> + <meta charset="UTF-8"> + <meta name="description" content="Mistyped the URL?"> + + <title> + Twoexem + </title> + </head> + <body> + <h1>Oops, looks like you got lost!</h1> + <br><hr><br> + Don't worry though, we can bring you back to the <a title = "Here's the way back home" href = "https://twoexem.com/">homepage</a> + </body> + +</html> |