1
Fork 0

add 404 redirect

This commit is contained in:
Conduitry 2019-11-29 10:17:05 -05:00
parent 2f79603bb3
commit a341df23b9
1 changed files with 3 additions and 0 deletions

3
404.html Normal file
View File

@ -0,0 +1,3 @@
<script>
location = '/?__spa__=' + encodeURIComponent(location);
</script>