-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMIL-manager.html
44 lines (41 loc) · 1.25 KB
/
MIL-manager.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
<html lang="zh-CN">
<head>
<meta charset="utf-8"/>
<title>中国计量学院UXC | 中国计量学院UXC用户体验设计中心</title>
<script type="text/javascript">var t1 = new Date;</script>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="wrap" class="table animated1 scaleandrotate">
<div class="table-cell" style="vertical-align:middle">
<div class="main-form">
<h2>移动互联实验室</h2>
<span class="in">创造人才,实验价值</span>
<div class="form-left">
<form>
<div class="form-group user">
<input type="text" name="username" placeholder="用户名"/>
</div>
<div class="form-group pass">
<input type="password" name="pass" placeholder="密码"/>
</div>
<div class="form-group forget">
<label class="float-left">
<input type="checkbox" name=""/>
记住登录状态
</label>
<label class="float-right">
忘记密码
</label>
</div>
<div class="from-submit">
<input type="submit" value="" />
</div>
</form>
</div>
</div>
</div>
</div>
</body>
<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
</html>