<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<head>
    <meta http-equiv="Content-Type"  charset=utf-8" />
    <meta name="robots" content="none" />
    <title>该页已移动或删除</title>
    <style type="text/css">
        body { margin:0; padding:0; font-family:宋体, 黑体; color:#000;}
        a { color:#f00; text-decoration:none;}
        a:hover { font-size:36px;}
        #container { font-size:24px; text-align:center; line-height:50px; width:600px; height:200px; padding:10px; background:#eee; position:absolute; left:50%; top:30%; margin:-60px 0 0 -250px; border:5px solid #fF0;}
    </style>
</head>
<body>
<div id="container">
    <p>对不起！您所访问的页面不存在或者已删除。</p>
    <p>点击跳转<a href='/'>中国质量网首页</a></p>
</div>
</body>
</html>
