<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>404</title>
<style>
	body{
		background-color:#444;
		font-size:14px;
	}
	h3{
		font-size:60px;
		color:#eee;
		text-align:center;
		padding-top:30px;
		font-weight:normal;
	}
	
	a {
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}


	.more{font-size:18px;color:#fff; margin:0 auto;border:1px solid #fff; border-radius:30px;width:120px;line-height:40px;text-align:center;background:#fff;}
	
</style>
</head>

<body>
<h3>404，您请求的文件不存在!</h3>
<div class="more"><a href="/" >返回首页</a></div>
</body>
</html>
