提交 704c8dba 编写于 作者: A afc163

update 404.html

上级 16500c99
<script>location.href = '/'</script> <p>找不到此页,三秒后返回首页...</p>
<script>
setTimeout(function() {
location.href = '/';
}, 3000);
</script>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册