-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
27 lines (24 loc) · 1 KB
/
index.php
File metadata and controls
27 lines (24 loc) · 1 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>DHU-AdminLogin</title>
<script src="../js/jquery-1.7.2.min.js"></script>
<script src="../js/adminJquery.js"></script>
<link href=../css/adminlogin.css type=text/css rel=stylesheet />
</head>
<body>
<div class="admin-login clear_both">
<div class="welcom_comeadmin">欢迎来到DHU心理网站后台界面</div>
<div class="admin_login">
<div class="admin_name"><span></span><input type=text class="adminname_input" placeholder="输入您的管理员账号" /></div>
<div class="admin_passwd"><span></span><input type=password class="adminpasswd_input" placeholder="输入您的管理员密码" /></div>
<div class="adminlog_sub">登录</div>
</div>
<a class="back_index" href=../index.php>返回DHU心理教育网站首页</a>
</div>
<div id="totop">
</div>
<div class="cr">Copyright © 2015-05-05 by lshaluminum 1169558697@qq.com. all right reserved</div>
</body>
</html>