<!DOCTYPE html>
<html>
  <head>
    <!---->
    <!-- The dreaded 404 missing page!-->
    <!---->
    <title>Page doesn't exist</title>
    <link href="css/404.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Passion+One|Merriweather:400i" rel="stylesheet">
  </head>
  <body>
    <section class="four">
      <div class="four-Container">
        <div class="four__mainContent-Fb">
          <div class="four__topSpacer"></div>
          <div class="index__titles-Container">
            <div class="index__h1">The Dreaded 404!!</div>
            <div class="index__h2">I'm sorry, but you've tried to load a non-existing page!</div>
          </div>
          <div class="four__services-Wrp">
            <div class="four__services-Copy"><a href="http://www.rickmay.com">Click here for Rick May's homepage.</a></div>
          </div>
          <div class="four__bottomSpacer"></div>
        </div>
      </div>
    </section>
  </body>
</html>