-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 1.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<title>ZSC Net Support Develop Group</title>
<link rel="stylesheet" type="text/css" href="http://typo.sofi.sh/typo.css" />
<link rel="stylesheet" type="text/css" href="style/index.css" />
</head>
<body>
<div class="main typo">
<header>
<h1>中山学院网络维护科开发组 公共页面</h1>
<small><time>Updated time: 05/13/2016</time></small>
</header>
<article>
<hr />
<p>目前开发组成员:</p>
<table summary="组员">
<thead>
<tr><th>姓名</th><th>职位</th><th>Github</th></tr>
</thead>
<tbody>
<tr><td>Sola</td> <td>后端组组长</td> <td>
<a href="https://github.com/orgs/ZSCNetSupportDept/people/SolaKun">SolaKun</a></td></tr>
<tr><td>大越哥</td><td>前端组组长</td> <td>
<a href="https://github.com/orgs/ZSCNetSupportDept/people/hangxingliu">hangxingliu</a></td></tr>
<tr><td>晓新</td> <td>前端组员</td> <td>
<a href="https://github.com/orgs/ZSCNetSupportDept/people/xxsgithub">xxsgithub</a></td></tr>
<tr><td>轮子</td> <td>前端组员</td> <td>
<a href="https://github.com/orgs/ZSCNetSupportDept/people/LunziQwQ">LunziQwQ</a></td></tr>
</tbody>
</table>
<p>待开发...</p>
</article>
<footer>
<hr />
<blockquote>
本页面使用了基于
<a href="http://zh.wikipedia.org/wiki/MIT_License">MIT License</a>
开源 的
<a href="http://typo.sofi.sh/">Typo.css</a>
</blockquote>
</footer>
</div>
</body>
</html>