<!DOCTYPE html>
<html>
<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

<meta charset="utf-8">
<title>404页面5秒返回首</title>
<style>
body { font-family:"微软雅黑" }
#mes { color:#FF0000 }
a { color:#ff0000; text-decoration:none; }
a:hover { color:#999 }
.box { width:500px; margin:150px auto 0; height:300px; background:url(http://www.huamaitongxin.com/404.jpg) no-repeat; padding:100px 0 0 250px; }
</style>
</head>
<body>
<div class="box">
  <h1>将在 <span id="mes">5</span> 秒钟后返回到首页</h1>
  <p>您也可以点击以下链接，直达本站相应栏</p>
  <p> <a href="//www.huamaitongxin.com/">首页</a> <a href="//www.huamaitongxin.com/html/contact/">联系我们</a> </p>
</div>

</body>
</html>