-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopers.html
More file actions
49 lines (40 loc) · 1.22 KB
/
Copy pathdevelopers.html
File metadata and controls
49 lines (40 loc) · 1.22 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link REL = "Shortcut Icon" href="WISDOMCLASSLOGOMINI.ico" />
<title>开发人员</title>
<style type="text/css">
@import url("css/mdui.min.css");
</style>
<script
src="js/mdui.js"></script>
</script>
</head>
<body>
<div class="mdui-appbar mdui-appbar-fixed">
<div class="mdui-toolbar mdui-color-blue-600">
<a href="javascript:history.back(-1);" class="mdui-btn mdui-btn-icon mdui-ripple"><i class="mdui-icon material-icons">arrow_back</i></a>
<a class="mdui-typo-headline">开发人员</a>
</div>
</div>
<div class="mdui-container-fluid">
<!--
<div class="mdui-row">
<div class="mdui-col-xs-6 mdui-col-offset-xs-3">
<img class="mdui-img-fluid" src="WISDOMCLASSLOGO.png" />
</div>
</div>
-->
<div class="mdui-typo-headline">
<br />
<br />
<p> 感谢在平台测试阶段为平台提供改进建议的老师、同学!</p>
<p> 功能 </p>
<p> 张凯焱 </p>
<p> 视觉 </p>
<p> 蔡林杰 林思衣 </p>
</div>
</div>
</body>
</html>