-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathage_verification.html
75 lines (60 loc) · 2.43 KB
/
age_verification.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="thirdparty/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="thirdparty/bootstrap/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<link href="thirdparty/bootstrap/css/docs.css" rel="stylesheet" type="text/css" />
<link href="thirdparty/DataTables-1.9.4/media/css/demo_page.css" rel="stylesheet" type="text/css" />
<link href="thirdparty/DataTables-1.9.4/media/css/demo_table.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="sign_in.css">
<script src="thirdparty/jquery-ui-1.9.1.custom/js/jquery-1.8.2.js"></script>
<script src="thirdparty/bootstrap/js/bootstrap.min.js"></script>
<script src="thirdparty/DataTables-1.9.4/media/js/paging.js"></script>
<title>Appu: Age Verification</title>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div id="name-and-version">
<!-- <a class="brand" href="#"><h1>Appu</h1><p id="version-info">0.0.0</p></a> -->
<a class="brand" href="#" style="font-size: 24px">Appu (<span id="version-info">0.0.0</span>)</a>
</div>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="manage-account">
<a href="#" style="font-size: 22px; font-weight:bold;">Age Verification</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="row">
<div class="span6 offset4" style="margin-top: 200px;">
<label class="checkbox">
<input type="checkbox" value="">
<p style="font-size: 18px">I certify that I am 18 years of age or older.</p>
<button class="btn disabled btn-primary offset1" type="button">Next</button>
</label>
</div>
</div>
<div class="row">
<div class="span6" style="text-align: center; font-size: 36px;">
</div>
</div>
</div>
</div> <!-- /container -->
<footer class="footer navbar-fixed-bottom">
<!-- <div class="container"> -->
<!-- </div> -->
</footer>
</body>
</html>