-
Notifications
You must be signed in to change notification settings - Fork 6
/
accessdenied.html
45 lines (42 loc) · 1.61 KB
/
accessdenied.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
45
<!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>Access Denied 密码错误</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>Access Denied? 密码错误?</h1>
<ul>
<li>Please check and put in the right pin code.</li>
<li>Your membership expired. Please contact <a href="mailto:[email protected]">Space Manager</a> to renew it.</li>
<li>You are not a member yet? Join us today: RMB 100 / month, RMB 450 / half year, get the access to Xinchejian space and tools 24/7.</li>
</ul>
<ul>
<li>请查证密码,并重新输入。</li>
<li>会员已到期,请联系<a href="mailto:[email protected]">管理员</a>续费。</li>
<li>还不是会员吗?加入新车间:100元/月,450元/半年,24小时每天不限时进出新车间并且使用新车间工具。</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="well">
<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>