-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.44 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>拖拽上传测试</title>
<link rel="stylesheet" href="css/login.css"/>
<link rel="icon" href="https://app.yunxin.163.com/webdemo/im/images/icon.ico" type="image/x-icon"/>
</head>
<body>
<div class="bad-network hide tc radius5px" id="j-errorNetwork">已与服务器断开,请检查网络连接</div>
<div class="wrapper radius10px" id="j-wrapper">
<form action="/" method="post">
<div class="row tc">
<span class="icon icon-account"></span>
<input type="text" class="radius5px box-sizing" id="j-account" autofocus="autofocus" autocomplete="on" placeholder="请输入帐号"/>
</div>
<div class="row tc">
<span class="icon icon-pwd"></span>
<input type="password" class="radius5px box-sizing" id="j-secret" placeholder="请输入密码"/>
</div>
<div class="row tc">
<button type="button" class="btn btn-login" id="j-loginBtn">登录</button>
</div>
</form>
<div class="u-redirect">体验账号注册地址:
<div class="u-redirect" ><a href="https://app.yunxin.163.com/webdemo/im/register.html" target="_blank">https://app.yunxin.163.com/webdemo/im/register.html</a></div> 注册完成后,请返回该页面登录。</div>
</div>
<script src="js/md5.js"></script>
<script src="js/login.js"></script>
<script src="js/util.js"></script>
</body>
</html>