404.html 361 B

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