-
Notifications
You must be signed in to change notification settings - Fork 0
/
Management5.html
59 lines (59 loc) · 1.27 KB
/
Management5.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Management1</title>
<link rel="stylesheet" href="css/Management.css">
</head>
<body>
<div class="title-wrap">
<div class="function fr">
<ul>
<li>首页</li>
<li>退出</li>
</ul>
</div>
<div class="title">
后台管理系统
</div>
</div>
<div class="manipulate-wrap">
<div class="option-wrap fl">
<div class="option">
<ul>
<li>
<h3>用户管理</h3>
<ul>
<li>用户查看</li>
<li>用户增加</li>
<li>用户删除</li>
</ul>
</li>
<li>
<h3>小说管理</h3>
<ul>
<li>小说章节更新</li>
<li>小说章节修改</li>
<li>小说章节删除</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="message fr">
<h2>
欢迎登陆后台管理系统
</h2>
<div class="tip">
<h3>温馨提示</h3>
<p>
为了您网站页面整齐,在添加信息时,如从word里复制内容,请先把需要添加的信息先从word里复制到记事本里(在桌面右击-新建-文本文档),再复制到本管理系统的相应栏目管理中
</p>
</div>
<div class="footage">
版权所有(A)戚峻铭科技技术有限公司
</div>
</div>
</div>
</body>
</html>