-
Notifications
You must be signed in to change notification settings - Fork 2
/
popup.html
54 lines (54 loc) · 1.42 KB
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<style>
body {width:380px;}
</style>
</head>
<body>
<img src="/images/logo_fill.svg" alt="Hack Swjtu" width="380px">
<ul>
<li>
<a href="http://jiaowu.swjtu.edu.cn/service/login.jsp?user_type=student" target="view_window">
教务登录入口
</a>
</li>
<li>
<a href="http://192.168.240.196/homeLogin.action" target="view_window">
一卡通与电费缴纳
</a>
</li>
<li>
<a href="http://jiaowu.swjtu.edu.cn/service/login.jsp?user_type=student" target="view_window">
教务学生登录
</a>
</li>
<li>
<a href="http://dean.swjtu.edu.cn/service/login.jsp?user_type=genearch" target="view_window">
教务家长登录
</a>
</li>
<li>
<a href="http://service.swjtu.edu.cn:8080/selfservice/" target="view_window">
网络自助服务登录
</a>
</li>
<li>
<a href="https://github.com/Desgard" target="view_window">
联系作者(Desgard)
</a>
</li>
<li>
<a href="https://github.com/wzbazinga" target="view_window">
联系作者(WangZhe)
</a>
</li>
<li>
<a href="http://www.hackswjtu.com/I-want-you/" target="view_window">
加入我们
</a>
</li>
</ul>
</body>
</html>