
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="all" />
<title>404</title>
<link rel="canonical" href="http://www.blindamemoir.com/feed/"/>
<meta name="mobile-agent" content="format=[wml|xhtml|html5];url=http://m.blindamemoir.com/feed/" />
<link href="http://m.blindamemoir.com/feed/" rel="alternate" media="only screen and (max-width: 640px)" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta http-equiv="Cache-Control" content="no-transform" />

<script type="text/javascript" src="/404/jquery-1.8.0.min.js" /></script>
</head>
<body>
<style>
	html,body{ margin:0; padding:0; font-family:'微软雅黑'; font-size:16px;}
	a:link,a:visited{color:#434343; text-decoration: none;}
a:active{color:#434343; text-decoration:none;}
a:hover{color:#f00;}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签虚线*/

	.w404{ width:652px; margin:0 auto; padding-top:100px;}
	.w404 img{ display:block;}
	.text{ text-align:center; padding:40px 0;}
	.more{ height:40px; line-height:40px; text-align:center; color:#fff !important; width:140px; display:block; margin:0 auto; border-radius:5px; background:#00c3f3;}
</style>
<div class="w404">
	<img src="/404/404.png" width="652" />
    	<div class="text">啊哦~一不小心闯进了未知领域，请点击下面按钮返回首页……（<span class="timespan">5</span>后自动返回首页）</div>
    <a href="/index.html" class="more">返回首页</a>
</div>

 <script> 
	var s = 5, t;
	setInterval(function () {   
	s--;
	$('.timespan').html(s);

	if ( s <= 0 ){
		window.locations='/';
		s=5
		clearTimeout(t);
	}
	}, 1000);
 </script>


</body></html>


<!--耗时0.034秒<//br>-->