diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
| commit | 435aeb674198769b61b0ee8d82f85a108bacf49e (patch) | |
| tree | 2c87322d81130062e62afc04a22ef1e664a4622c /not_found.html | |
maintainence
Diffstat (limited to 'not_found.html')
| -rw-r--r-- | not_found.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/not_found.html b/not_found.html new file mode 100644 index 0000000..0a8109f --- /dev/null +++ b/not_found.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Not Found</title> + <link href="oldstyle.css" rel="stylesheet" type="text/css" media="all"> + </head> + <body> + <h1>It does not exist in this realm</h1> + <p>Are you lost or snooping?</p> + <a href="/gymno/gymnopedie.html">Launch 3fish.exe</a> + </body> +</html> |
