<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
    <title>404 I'm sorry Dave, I'm afraid I can't do that</title>
    <meta name="description" content="">
	<meta name="keywords" content="">

    <!-- Le styles -->
    <link href="css/style.css" rel="stylesheet">

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="js/html5shiv.js"></script>
    <![endif]-->

    <!-- Fav and touch icons -->
    <link rel="shortcut icon" href="favicon.ico">
  </head>

  <body>

		<div class="wrapper">
			<img src="images/astronaut.png" class="astronaut" alt="">
			<img src="images/admin-we-ve-got-a-problem.png" class="text" alt="">
			<div class="lower-text">
				<h1>Let's face it, humans and technology don't always get along. Your fault, technology's fault, who's to say? Let's just agree that you've reached dead space & didn't find what you're looking for..</h1>
				<p>Once you're done swearing at your monitor, click that little button below to go to our main page....</p>
				<form>
                <input class="btn" type="IMAGE" src="images/button.png" onClick="history.go(-1);return true;"> </form>
			</div>
		</div>
		
		
		<script src="js/jquery.min.js"></script>
		<script src="js/custom.js"></script>		
  </body>
</html>
