<!DOCTYPE html>
<html lang="en">
<head>
<!--[if lt IE 9]><script src="http://www.sese101.cn/js/html5.js"></script><![endif]-->
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<meta http-equiv="Content-Language" content="zh-Tw">
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<meta http-equiv="Content-Script-Type" content="text/javascript">
	<meta http-equiv="Content-Style-Type" content="text/css">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title></title>
	<meta name="keywords" content="" />
	<meta name="description" content="" />
	<link rel="shortcut icon" href="http://www.sese101.cn/favicon.ico">
<style type="text/css">
body{position:relative; width:100vw; height:90vh; background:url(http://www.sese101.cn/404.jpg); background-position:center; overflow:hidden;}
.erro_text{position:absolute; width:100%; left:0; bottom:30px; text-align:center;}
</style>
</head>
<script>
var s = 5;
function reciprocal(){
	if(s>=0){
		document.getElementById("showtime").innerHTML='將於'+s+'秒後進行跳轉';
		setTimeout(reciprocal,1000);
		s -= 1;
	}else{
		window.location.href="http://www.hgw.com.tw/"
	}
}
</script>
<body  onLoad="reciprocal()">
<div class="erro_text" style="width:100%; font-size:xx-large; color:#D20000" id="showtime"></div>
</body >
</html>