<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="ROBOTS" content="NOINDEX,NOFOLLOW" />
<title>Page not found</title>
<!--
https://yoast.com/404-error-pages-wordpress/
http://moz.com/learn/seo/http-status-codes
-->
<style>
  body { text-align: center; padding: 150px; }
  h1 { font-size: 50px; }
  body { font: 20px Helvetica, sans-serif; color: #333; }
  article { display: block; text-align: left; width: 650px; margin: 0 auto; }
  a { text-decoration: underline; }

</style>
</head>
<body> 
<article>
    <h1>Page not found</h1>
    <div>
        <p>The page you are looking for does not exist.</p>
			<p><a href="/">Continue</a></p>
    </div>
</article>
</body>
</html>