404.html 290 B

123456789
  1. ---
  2. layout: default
  3. title: "404: Page not found"
  4. ---
  5. <div class="page">
  6. <h1 class="page-title">404: Page not found</h1>
  7. <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
  8. </div>