Pear-Admin-Layui/view/error/403.html

22 lines
605 B
HTML
Raw Permalink Normal View History

2020-04-04 09:54:48 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
2020-07-15 21:22:46 +00:00
<link href="../../component/pear/css/pear.css" rel="stylesheet" />
<link href="../../admin/css/other/error.css" rel="stylesheet" />
2020-04-04 09:54:48 +00:00
</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>
2021-01-18 01:58:34 +00:00
<script src="../../component/layui/layui.js"></script>
<script src="../../component/pear/pear.js"></script>
2020-04-04 09:54:48 +00:00
</body>
</html>