2022-03-11 14:05:00 -05:00

27 lines
939 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 rel="icon" type="image/x-icon" href="global/images/favicon.ico">
<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>