diff options
Diffstat (limited to 'old/not_found.html')
| -rw-r--r-- | old/not_found.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/not_found.html b/old/not_found.html new file mode 100644 index 0000000..0a8109f --- /dev/null +++ b/old/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> |
