You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

404.html 361B

1234567891011121314151617
  1. {{ define "main" }}
  2. {{ partial "navigation.html" . }}
  3. <section class="section">
  4. <div class="container">
  5. <div class="row">
  6. <div class="col-12 text-center">
  7. <h1>404</h1>
  8. <h2>Page Not Found</h2>
  9. <a class="btn btn-main" href="{{ site.BaseURL | relLangURL }}">Back to home</a>
  10. </div>
  11. </div>
  12. </div>
  13. </section>
  14. {{ end }}