Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteCranes authored Dec 25, 2024
1 parent de02c51 commit 77d3122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
window.location.replace( "http://gpt.hzr0.com:98");
})
.catch(error =>{
maintenanceMessage.innerHtml = '对不起,又坏了,等我修,过一段时间再来';
maintenanceMessage.innerHTML = '对不起,又坏了,等我修,过一段时间再来';

});

setTimeout(()=>{maintenanceMessage.innerHtml = '对不起,又坏了,等我修,过一段时间再来';},5000)
setTimeout(()=>{maintenanceMessage.innerHTML = '对不起,又坏了,等我修,过一段时间再来';},5000)
</script>
</body>
</html>

0 comments on commit 77d3122

Please sign in to comment.