diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-07-08 23:26:05 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-07-08 23:26:05 +0100 |
| commit | cdb75d3fcbc9339b897f8c6ff4d69a577f017393 (patch) | |
| tree | 5e757cd236540c2cea9874c1bc09f19548db05d5 /web/status | |
| parent | b56101f1a11552067f594679a497ebd4cf7427d4 (diff) | |
Rewrite in Go
Diffstat (limited to 'web/status')
| -rw-r--r-- | web/status/404.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/status/404.html b/web/status/404.html new file mode 100644 index 0000000..a094ccd --- /dev/null +++ b/web/status/404.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <title>404 Not Found</title> + </head> + <body> + <p>The request page could not be found.</p> + <hr> + <p>scrapbook</p> + </body> +</html> |
