mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
修改404页面自动跳转首页的时间
This commit is contained in:
parent
91e525ec8e
commit
f5e440390b
@ -6,7 +6,7 @@
|
||||
<script>
|
||||
setTimeout(function () {
|
||||
location.href = '/';
|
||||
},3000)
|
||||
},1000)
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user