<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
<head>
	<style type="text/css">
	.error {
		width: 500px;
		margin: 60px auto;
		text-align: center;
	}
	
	.error p {
		text-align: center;
		color: #A0A0A0;
		font-size: 14px;
		line-height: 35px;
	}
	</style>
</head>
<body>
	<div class="error">
		<img src="/static/error.png" alt="" width="280" height="195" />
		<p>链接失效了</p>
	</div>
</body>
</html>