<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>

<div class="error">
	<h3 style="color:#000;font-size:40px;text-align:center;">404错误! 找不到文件！！</h3>
	<p style="color:#000;font-size:20px;text-align:center;">正在跳转主页，请稍等...</p>
</div>

<script>
		setTimeout(function(){
			location.href= 'http://www.aibopack.com'
		},2000)
		 
</script>

</body>

</html>