forked from HackSwjtu/Postime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
29 lines (29 loc) · 682 Bytes
/
Copy pathpopup.html
File metadata and controls
29 lines (29 loc) · 682 Bytes
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
<!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="https://github.com/Desgard" target="view_window">
联系作者(Github)
</a>
</li>
<li>
<a href="http://www.hackswjtu.com/I-want-you/" target="view_window">
加入我们
</a>
</li>
</ul>
</body>
</html>