404.html 711 B

1234567891011121314151617181920212223242526
  1. ---
  2. layout: default
  3. title: Error 404
  4. ---
  5. <div class="content-wrapper">
  6. <section class="content-header">
  7. <div class="container-fluid">
  8. <div class="row mb-2">
  9. </div>
  10. </div>
  11. </section>
  12. <section class="content">
  13. <div class="error-page">
  14. <h2 class="headline text-warning"> 404</h2>
  15. <div class="error-content">
  16. <h3><i class="fas fa-exclamation-triangle text-warning"></i> Oops! Page not found.</h3>
  17. <p>
  18. We could not find the page you were looking for.
  19. Meanwhile, you may <a href="{{ site.baseurl }}{% link index.md %}">return to index</a>.
  20. </p>
  21. </div>
  22. </div>
  23. </section>
  24. </div>