<!DOCTYPE HTML>
<html>
	<head>
		<meta charset="utf-8">
		<link rel="stylesheet" type="text/css" href="css/errorTip.css"/>
		<title>404</title>
	</head>
	<body>
		<div class="content clearfix">
			<div class="contentImg">
				<img src="img/404.fw.png"/>
			</div>
			<div class="contentTip">
				<span>很抱歉&nbsp;&nbsp;>_<</span>
				<span>没有找到您要访问的页面！</span>
				<a class="contentBack" href="javascript:history.back()"></a>
			</div>
		</div>
	</body>
</html>






