<html>
  <head>
    <title>404: Page Not Found</title>
    <meta name="description" content="Virginia is alert, but not alarmed." />
    <meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0" />
    <link rel="stylesheet" type="text/css" href="style.css" />
  </head>

  <body>

    <div class="container">
      <h1>404: Page Not Found</h1>

      <p>
        I deleted everything! I really don't think anybody will miss it,
        but if there's something you're looking for, you can always try the
        Google Cache, or shoot me an <a href="mailto:incoming@alertbutnotalarmed.com">email</a>.
      </p>

    </div>

    <script type="text/javascript">

      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-3296159-3']);
      _gaq.push(['_trackPageview']);

      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();

    </script>

  </body>
</html>
