You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
783 B
Plaintext
23 lines
783 B
Plaintext
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<%@ include file="/WEB-INF/jspf/common.jspf" %>
|
|
<html>
|
|
<head>
|
|
<title>My JSP 'index.jsp' starting page</title>
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
<meta http-equiv="cache-control" content="no-cache">
|
|
<meta http-equiv="expires" content="0">
|
|
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
|
<meta http-equiv="description" content="This is my page">
|
|
<link rel="stylesheet" href="${path }/static/css/layui.css" media="all" />
|
|
</head>
|
|
|
|
<body>
|
|
<!-- 代码 开始 -->
|
|
<div >
|
|
<blockquote class="layui-elem-quote">您无权访问此位置!</blockquote>
|
|
</div>
|
|
<!-- 代码 结束 -->
|
|
</body>
|
|
</html>
|