﻿<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="Chrome=1,IE=Edge" />
<meta name="applicable-device" content="pc,mobile" />
<meta name="renderer" content="webkit" />
<title>404网页未找到！-我就查查询</title>
</head>
<body>
<div style=" margin: 40px auto 0 auto; padding: 20px 0; width: 400px; height: 180px; line-height: 50px; border: solid 10px #f00; text-align: center; ">
<h1 style=" color: #f00; ">404网页未找到！</h1>
<a href="http://wjccx.com/">返回【我就查查询】首页</a>
</div>
<script>
var int = setInterval("clock()", 3000);
function clock() {
    clearTimeout(int);
	window.location = "http://wjccx.com/";
}
</script>
</body>
</html>