<!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>页面不存在</title>
<style>
	body{
		background-color:#444;
		font-size:14px;
	}
	h3{
		font-size:50px;
		color:#eee;
		text-align:center;
		padding-top:30px;
		font-weight:normal;
	}
	p{
		text-align:center;
		}
	a{
		font-size:30px;
		color:#eee;}
</style>
</head>

<body>
<h3>对不起，这个页面不存在!</h3>
<p><a href="http://developersmackdown.com/">返回首页</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/list.asp?classid=5">联系我们</a></p>
</body>
</html>
