This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
su
committed
Feb 23, 2018
1 parent
f841a78
commit ac99230
Showing
3 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>错误</title> | ||
<link rel="stylesheet" href="/static/layui/css/layui.css"> | ||
<link rel="stylesheet" href="/static/css/admin.css"> | ||
</head> | ||
<body> | ||
<div class="layui-fluid"> | ||
<div class="lying-tips"> | ||
<i class="layui-icon">ဇ</i> | ||
<div class="layui-text">好像出错了呢</div> | ||
</div> | ||
</div> | ||
</body> | ||
<script src="/static/layui/layui.js"></script> | ||
<script> | ||
layui.config({base: '/static/js/'}).use(['admin', 'code'], function() { | ||
layui.code({ | ||
about: false, | ||
encode: true | ||
}); | ||
}); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters