add a 404 thing

This commit is contained in:
Chase Welsh 2022-11-21 23:36:44 -07:00
parent 7963138cff
commit 2c82a6fe17

3
public/404.html Normal file
View file

@ -0,0 +1,3 @@
<script>
window.location.href = "/";
</script>