-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdooroffline.html
40 lines (35 loc) · 1.36 KB
/
dooroffline.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
<!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>Oops 册那</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>Oops 册那</h1>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="well">
<h3>The door doesn't want to talk to me. 门不想和我说话。</h3>
<p>The server was unable to contact the door. This could mean the door got unplugged or its Wi-Fi connection got dropped. Please ask another member or the receptionist to open the door.</p>
<p>服务器无法联系开门机。开门机的电源掉了或者连不上网。你可以问其他会员或者前台帮你开门。</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>