Skip to content

Commit 5da566d

Browse files
committed
Add 404 page
1 parent ec48e0b commit 5da566d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

404.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: page
3+
title: 404
4+
---
5+
6+
<h2 class="go-home">
7+
It's not here.
8+
</h2>
9+
10+
<script> document.getElementsByTagName('body')[0].classList.add('glitch'); </script>

0 commit comments

Comments
 (0)