diff options
Diffstat (limited to '')
-rw-r--r-- | not_found.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/not_found.html b/not_found.html new file mode 100644 index 0000000..31754a0 --- /dev/null +++ b/not_found.html @@ -0,0 +1,16 @@ +<!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> + <script src="./antiChrome_Brave.js"></script> + + <h1>Page Not Found</h1> + <p>The requested page was not found.</p> + <img src="./huh.jpg" alt="an image of a dog looking at the camera with a big question mark next to him"></img> + </body> +</html> |