初始化
parent
13a0f49f6e
commit
79e494e978
@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
<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>
|
||||||
Loading…
Reference in New Issue