22 lines
802 B
HTML
22 lines
802 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>404 - Page Not Found</title>
|
|
<link rel="stylesheet" type="text/css" href="/stylesheets/page.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1 class="page-title">Error 404 - Page Not Found</h1>
|
|
|
|
<p>I am not sure how you got here, but if you clicked a link on this site and ended up on this page it's
|
|
probably a mistake. Go to the homepage and follow one of the links to contact me and let me know how
|
|
it happened and I'll take a look!</p>
|
|
|
|
<p><img src="/images/404/eto-bleh.gif" alt="Anime girl pulling a silly face gif"></p>
|
|
<p><a href="javascript:history.back();">Click here to go back!</a></p>
|
|
</body>
|
|
</html>
|