﻿<!DOCTYPE html>
<html>

<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

	<meta charset="UTF-8">
	<title>系统发生错误</title>
	<meta name="robots" content="noindex,nofollow" />
	<style>
		body {
			color: #333;
			font: 16px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif;
			margin: 0;
			padding: 0 20px 20px;
		}

		a {
			color: #868686;
			cursor: pointer;
		}

		a:hover {
			text-decoration: underline;
		}

		/* Exception Info */
		.exception {
			margin-top: 20px;
		}

		h1 {
			margin: 10px 0 0;
			font-size: 28px;
			font-weight: 500;
			line-height: 32px;
		}
		.exception .info {
			padding: 12px;
			border: 1px solid #ddd;
			line-height: 18px;
			font-size: 16px;
			font-family: Consolas, "Liberation Mono", Courier, Verdana, "微软雅黑";
		}
	</style>

</head>

<body>

	<div class="exception">
		<div class="info">
			<h1>
				模块不存在:sitemap.xml			</h1>
		</div>
	</div>

</body>

</html>