<!DOCTYPE html> <html lang=“en”>

{% include head.html %}

<body>
  <main class="page-content">
    <div class="wrapper">
      <section id="error-404">
        <h1 id="header-404"> 404 </h1>
        <p class="message-404"> <strong>Something went wrong!</strong> </p>
        <p class="message-404"> The page you are looking for could not be found! Please contact us if you think this should have worked or try going back home.</p>

        <a href="/">
          <input type="button" value="Home">
        </a>

        <a href="/contact/">
          <input type="button" value="Contact">
        </a>
      </section>
    </div>
  </main>
</body>

</html>