404.html 390 B

123456789101112131415161718192021222324
  1. ---
  2. layout: page
  3. title: 404
  4. sitemap:
  5. exclude: 'yes'
  6. published: true
  7. ---
  8. <div class="page">
  9. <h2 class="go-home">
  10. Error 404
  11. </h2>
  12. <h3 class="go-home">
  13. I'm not sure how you got here, but you should head <a href="/">home</a>.
  14. </h3>
  15. </div>
  16. <!-- Adding the glitch effect -->
  17. <script>
  18. document.getElementsByTagName('body')[0].classList.add('glitch');
  19. </script>