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.
|
|
|
<%--
|
|
|
|
Created by IntelliJ IDEA.
|
|
|
|
User: PeiChen
|
|
|
|
Date: 2020/2/10
|
|
|
|
Time: 14:16
|
|
|
|
To change this template use File | Settings | File Templates.
|
|
|
|
--%>
|
|
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
|
|
<html class="x-admin-sm">
|
|
|
|
<head>
|
|
|
|
<title>error.html</title>
|
|
|
|
<meta name="renderer" content="webkit|ie-comp|ie-stand">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="viewport" content="width=device-width,user-scalable=yes, minimum-scale=0.4, initial-scale=0.8,target-densitydpi=low-dpi" />
|
|
|
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="${pageContext.request.contextPath}/css/font.css">
|
|
|
|
<link rel="stylesheet" href="${pageContext.request.contextPath}/css/xadmin.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="layui-container">
|
|
|
|
<div class="fly-panel">
|
|
|
|
<div class="fly-none">
|
|
|
|
<h2><i class="layui-icon layui-icon-404"></i></h2>
|
|
|
|
<p>页面或者数据被纸飞机运到火星了,啥都看不到了…</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|