-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (66 loc) · 2.61 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html manifest="cache.appcache">
<head>
<title>南京大学 | 网络接入系统</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href="https://github.com/HandsomeOne/p.nju.edu.cn" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a>
<div id="nav"><img class="logo" src="img/njulogo.png" /></div>
<div id="main">
<div class="note">
<div id="whale">
<div class="eye" id="eye-l" style="left:25.8px; top:68.4px;"></div>
<div class="eye" id="eye-r" style="left:166.2px; top:68.4px;"></div>
<div class="hand"></div>
<div class="hand hand-r"></div>
<div class="arms">
<div class="arm"></div>
<div class="arm arm-r"></div>
</div>
</div>
<div id="before">
<label>用户名
<br />
<input type="text" id="username" />
</label>
<label>密码
<br />
<input type="password" id="password" />
</label>
<div class="container">
<label id="auto-login">
<input id="save_password" type="checkbox">记住密码</label>
<button type="submit" id="login_button">登录</button>
</div>
</div>
<div id="after" style="display:none">
<label>用户名
<br />
<input type="text" disabled="disabled" value="b111110128" />
</label>
<label>当月在线
<br />
<input type="text" disabled="disabled" value="169小时47分钟" />
</label>
<label>网费余额
<br />
<input type="text" disabled="disabled" value="0.57元" />
</label>
<div class="container">
<button type="submit" id="logout_button">注销</button>
</div>
</div>
</div>
<div class="note">
通知示例:为了增强您的使用体验,强烈建议使用 <a href="#">Firefox</a> 浏览器或者 <a href="#">Chrome</a> 浏览器。
</div>
<div class="info">
服务电话:025-89683791
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>