<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-8999299-4"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-8999299-4');
</script>
<link href="../css/errors.css" rel="stylesheet" type="text/css"/>
<link rel="icon" href="../images/icons/128x128Logo.ico" type="image/x-icon" />
<title>404 Error</title>
</head>

<body>
	<div class="full-size">
		<div class="middle">
			<h1>404 Error</h1>
		</div>
		<div class="bottom">
			
			<h1>Oh no! You've entered uncharted waters! Follow the links below to go home!</h1>
			<h3><a href="https://knudseneng.com/">KNUDSEN Home</a></h3>
		</div>
	</div>
</body>
</html>
