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