-
Notifications
You must be signed in to change notification settings - Fork 6
/
welcome.html
38 lines (34 loc) · 1.18 KB
/
welcome.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
<!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! 欢迎!</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 to Xinchejian! 欢迎光临新车间!</h1>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="well">
<p>Check your email for the PIN code. 查看邮箱见密码。</p>
<p>With the PIN code you can now open <a href="http://bouncer/">the door</a> and get access to <strong>XinCheJianMembers</strong> Wi-Fi network.</p>
<p><a class="btn btn-info" href="submit.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>