
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="renderer" content="webkit">
<title>404_未找到网页</title>
<style type="text/css">
.msg-box{
	width: 300px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 40px;
	border: 1px solid #CCC;
	color: red; 
}
</style>
</head>
<body>
	<div class="msg-box"><br/><br/>
	   <h2 align="center" class="red">404-抱歉！没找到网页.</h2><br/><br/>
	</div>
</body>
</html>