<!DOCTYPE html>
	<html lang="zh_CN">
	<head>
		<meta charset="UTF-8">
		<title>短链访问错误</title>
		<link rel="icon" type="image/x-icon" href="/resources/images/favicon.ico">
		<style>
			* {
				margin: 0;
				padding: 0;
				font-family: "Microsoft YaHei UI Light", serif;
			}
			.max-div-box {
				margin: 130px auto;
				width: 600px;
			}
			.max-div-box h1 {
				padding-left: 10px;
				box-sizing: border-box;
				width: 600px;
				height: 35px;
				border-left: 5px solid #845EC2;
				line-height: 35px;
				font-size: 28px;
				color: #3f3f3f;
			}
			.max-div-box p {
				margin-top: 20px;
				width: 600px;
				font-size: 18px;
				color: #3f3f3f;
			}
		</style>
	</head>
	<body>
		<div class="max-div-box">
			<h1>短链访问失败</h1>
		</div>
	</body>
</html>