error404.jsp
515 Bytes
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="overflow:hidden">
<div style="width: 450px;
height: 300px;
background: url(/security/images/404.png) no-repeat 50%;
top: 50%;
left: 50%;
margin: auto auto;
text-align: center;
margin-top: 100px;">
<div style="height: 30px;
color: #b2b2b2;
font-size: 22px;
padding-top: 170px;
padding-left: 200px;">您所请求的网页不存在</div>
</div>
</body>
</html>