<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
<title>友情提示</title> 
<meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta charset="utf-8">
<base href="http://www.xcepcb.com/" />
<link href="public/images/tip.css" rel="stylesheet" type="text/css">
</head> 
<body>
	<div class="errorbg"><img src="public/images/tip.jpg"></div>
	<div class="tu">
				<img src="public/images/error.png">
		<div class="msg" style="margin-top:15px">The page does not exist!</div>
				<div class="msg" style="color:#999999;font-size:12px"><span id="wait">3</span> Sec after jump auto
<a id="href" style="display:none" href="http://www.xcepcb.com">点击手动跳转</a></div></div>
<script type="text/javascript">
(function(){
var wait = document.getElementById('wait'),href = document.getElementById('href').href;
var interval = setInterval(function(){
	var time = --wait.innerHTML;
	if(time == 0) {
		location.href = href;
		clearInterval(interval);
	};
}, 2000);
})();
</script>
</body>
</html>