add 404 redirect

This commit is contained in:
Conduitry 2019-11-29 10:17:05 -05:00
父節點 2f79603bb3
當前提交 a341df23b9
共有 1 個檔案被更改,包括 3 行新增0 行删除

3
404.html Normal file
查看文件

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