diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-16 17:41:55 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-16 17:41:55 +0000 |
| commit | c00ae4e38b44247b50d4ba36366323b3d2bba978 (patch) | |
| tree | b4d5e7949f009dbca94624a1e0bde58cb6fd7a99 /old/not_found.html | |
| parent | fa98cb5aca8f508d547bf5fe2b8bd13f47a3140e (diff) | |
major site redesign
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> |
