first commit
This commit is contained in:
21
public/demos/error/404.html
Executable file
21
public/demos/error/404.html
Executable file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<link href="../../component/pear/css/pear.css" rel="stylesheet" />
|
||||
<link href="../../demos/css/error.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<img src="../../admin/images/404.svg" alt="">
|
||||
<div class="content-r">
|
||||
<h1>404</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>
|
Reference in New Issue
Block a user