NixNet/404.html

16 lines
286 B
HTML
Raw Normal View History

2018-12-14 05:47:01 +00:00
---
layout: page
title: 404
sitemap:
exclude: 'yes'
---
<h2 class="go-home">
2018-12-14 06:41:26 +00:00
I suggest you <a href="/">go home</a>.
It's 404 and getting dark . . .
2018-12-14 05:47:01 +00:00
</h2>
<!-- Adding the glitch effect -->
2018-12-14 06:41:26 +00:00
<script> document.getElementsByTagName('body')[0].classList.add('glitch'); </script>