404.html 400 B

1234567891011121314151617181920212223
  1. ---
  2. layout: default
  3. permalink: /404.html
  4. title: 404 Not Found
  5. ---
  6. <section class="not-found">
  7. {% include page-title.html %}
  8. <article>
  9. <p class="error-message">
  10. The page you are looking for doesn't exist
  11. </p>
  12. <p>
  13. <small>
  14. Head back <a rel="noopener" href="/">home</a> if not
  15. redirected after a few seconds.
  16. </small>
  17. </p>
  18. </article>
  19. </section>