<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
<!DOCTYPE html>
|
<html>
|
<head>
|
<title>您访问的资源不存在</title>
|
<meta name="author" content="leejean">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<link rel="shortcut icon" href="${pageContext.request.contextPath}/img/favicon.ico" type="image/x-icon">
|
</head>
|
<body style="text-align:center;padding:10px;">
|
<h3>哎呀,您访问的资源不存在!</h3>
|
<img alt="登录超时" src="${pageContext.request.contextPath}/img/blue_face/bluefaces_26.png">
|
<br>
|
<h4>请重新输入资源路径...</h4>
|
</body>
|
</html>
|