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