<!doctype html>
<html>
	<head>
		<title>网站维护</title>
		<style>
			#wrap{
				width:480px;
				margin: 200px auto;
			}
			#title{
				color:#666;
				font-size:20px;
			}
			#content{
				color:#666;
				font-size:14px;
				line-height:30px;
			}
		</style>
	</head>
	<body>
		<div id="wrap">
			<h3 id="title">网站正在维护中...</h3>
			<p id="content">
				您访问的网站正在维护中，现在无法使用互联网访问，您可以使用校园网或者vpn进行访问。给您造成的不便，敬请谅解！
				<br/>
				如有疑问，请联系网络管理员！
			</p>
		</div>
	</body>
</html>
