1
Fork 0

add 404 redirect

Esse commit está contido em:
Conduitry 2019-11-29 10:17:05 -05:00
commit a341df23b9
1 arquivos alterados com 3 adições e 0 exclusões

3
404.html Normal file
Ver arquivo

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