404.html 355 B

12345678910111213141516171819
  1. ---
  2. permalink: /404.html
  3. ---
  4. <!DOCTYPE html>
  5. <html lang="en">
  6. {% include head.html %}
  7. <body>
  8. <section class="fourzerofour">
  9. <p>
  10. <img src="{{ '/assets/img/cat_404.jpg' | relative_url }}" width="300px"><br>
  11. 404 page not found <br>
  12. Go <a href="{{ '/' | relative_url }}">home</a> :)
  13. </p>
  14. </section>
  15. </body>
  16. </html>