404.html 341 B

1234567891011121314
  1. ---
  2. layout: default
  3. permalink: /404.html
  4. title: 404
  5. ---
  6. <hr class="custom m-0">
  7. <div class="container text-center my-5">
  8. <h1 class="display-1">404</h1>
  9. <p class="mb-1"><strong>Page not found :(</strong></p>
  10. <p class="mb-5">The requested page could not be found.</p>
  11. <a href="/" class="btn btn-primary btn-xl">Return Home</a>
  12. </div>