21 lines
604 B
HTML
21 lines
604 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title></title>
|
||
|
<link href="../../component/pear/css/pear.css" rel="stylesheet" />
|
||
|
<link href="../../admin/css/other/error.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="content">
|
||
|
<img src="../../admin/images/403.svg" alt="">
|
||
|
<div class="content-r">
|
||
|
<h1>403</h1>
|
||
|
<p>抱歉,你无权访问该页面</p>
|
||
|
<button class="pear-btn pear-btn-primary">返回首页</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script src="../../component/layui/layui.js"></script>
|
||
|
<script src="../../component/pear/pear.js"></script>
|
||
|
</body>
|
||
|
</html>
|