diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-01-08 14:25:31 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-01-08 14:25:31 +0000 |
| commit | 8447267bbe6579255905e313c512ea449309e393 (patch) | |
| tree | c5bebcad1c9a27844a72ccb0912b92a3b39950a9 /not_found.html | |
| parent | 3ce3f646128590c96d61ca3609d56023cbbcfed9 (diff) | |
add files
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> |
