27 lines
945 B
HTML
27 lines
945 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css">
|
|
<link href = "404/styles.css" rel = "stylesheet" type = "text/css">
|
|
<link href = "global/images/favicon.ico" rel = "icon" type = "image/x-icon">
|
|
|
|
<title>404 | That_One_Nerd</title>
|
|
</head>
|
|
<body>
|
|
<div class = "header whiteselection">
|
|
<a href = "index.html">Home</a>
|
|
<a href = "about.html">About</a>
|
|
<a href = "games.html">Games</a>
|
|
<a href = "links.html">Links</a>
|
|
<a href = "news.html">News</a>
|
|
</div>
|
|
|
|
<div class = "formattable showtext">
|
|
<h1 class = "nomargin">404 - We can't find the page.</h1>
|
|
<h3 class = "nomargin">Maybe you misspelled the URL?</h3>
|
|
<p>Click <a href = "index.html">here</a> to return to the home page.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|