<!doctype html>
<html>
  <head>
    <title>citysocializer</title>
    <meta charset="UTF-8" />
    <link rel="stylesheet" href="/error_pages.css">
  </head>
  <body class="error-page maintenance">
    <div class="wrapper">
      <a href="/" class="logo"><img src="/assets/error/logo.png" alt="citysocializer" /></a>
      <section class="something-has-gone-wrong">
        <img src="/assets/error/404.png" alt="Something's cooking…" />
        <h1>You are trying to reach something non-existent.</h1>
        <p>
          You may have followed an old link, typed in the address incorrectly or tried to reach a deleted page.
        </p>
        <p><a href="/" class="btn btn-primary">Back to home</a></p>
      </section>
      <footer>&copy; citysocializer.com. All rights reserved.</footer>
    </div>
  </body>
</html>
