404.html 338 B

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