<html>
<head>
<meta http-equiv="Content-Type" content="text/html"; charset="utf-8" />
<script>
var time = 3
setInterval(function() {
time--;
if(time === 0){
window.location.href = "./../download.html"
}
}, 1000)
</script>
<style>
h1{
margin: 0;
padding: 0;
height: 30px;
border: 0px solid red;
line-height: 300px;
}
h2{
margin: 0;
padding: 0;
height: 30px;
border: 0px solid red;
line-height: 300px;
}
</style>
</head>
<h1> <p align="center">当前访问量较大</p> </h1>
<h2> <p align="center">3秒后自动返回,请稍后重试</p> </h2>
</html>