diff options
Diffstat (limited to '')
-rw-r--r-- | 404.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..d3555c9 --- /dev/null +++ b/404.html @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <title>Not Found</title> + <link rel="stylesheet" href="/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + </head> + <body> + <h1>Not Found</h1> + <div id="main"> + <p>The requested file does not exist on this World Wide Web server.</p> + <p>Many links have changed over time, thus links to here may break. <a href="/">The homepage</a> might get you there.</p> + <p>This Website's history is logged in <a href="https://git.andrewyu.org/evosaur/website.git/">a Git repository</a>. The file you're looking for may be in there.</p> + </div> + <div id="footer"> + <hr /> + <p><a href="/">The Evosaur Project</a></p> + </div> + </body> +</html> |