-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathwelcomeback.html
39 lines (34 loc) · 1.31 KB
/
welcomeback.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
<!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">
<title>Welcome back! 欢迎回来!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/bouncer.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>Welcome back! 欢迎回来新车间!</h1>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="well">
<p>The last device will be remembered so you won't have to use a PIN the next time. 系统只能记录你最后一次开门时使用的设备,则无需输入密码。</p>
<p>This device has now access to the <strong>XinCheJianMembers</strong> Wi-Fi network. 你现在开门的机器可以上会员的XinCheJianMembers无线网络。</p>
<p><a class="btn btn-info" href="index.html">Back 返回</a></p>
</div>
</div>
</div>
</div>
<span id="forkongithub"><a href="https://github.com/xinchejian/bouncer">Fork me on GitHub</a></span>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>