25 lines
802 B
HTML
25 lines
802 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">
|
|
|
|
<title>Webpage Not Found | That_One_Nerd</title>
|
|
</head>
|
|
<body>
|
|
<div class = "header">
|
|
<a href = "index.html">Home</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">Webpage Not Found</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>
|