You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
729 B
17 lines
729 B
<%@ page language="java" contentType="text/html; charset=UTF-8" isErrorPage="true"
|
|
pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>不好意思您访问的页面不存在</title>
|
|
<link href="h-ui/css/H-ui.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="h-ui/lib/Hui-iconfont/1.0.1/iconfont.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div class="page-404 text-c">
|
|
<p class="error-title"><i class="Hui-iconfont"></i>404</p>
|
|
<p class="error-description">不好意思,您访问的页面不存在~</p>
|
|
</div>
|
|
</body>
|
|
</html> |