-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 1.81 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Testing Page</title>
<script src="vendors/jquery-3.2.0.min.js"></script>
<script src="vendors/bootstrap-3.3.7/js/bootstrap.js"></script>
<script src="vendors/babel.js"></script>
<script src="resources/assets/js/commons/common.js"></script>
<link rel="stylesheet" href="vendors/bootstrap-3.3.7/css/bootstrap.css">
<link rel="stylesheet" href="vendors/font-awesome-4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="resources/assets/css/commons/common.css">
<script src="resources/assets/js/InputReader.js"></script>
<link rel="stylesheet" href="vendors/Mobile-first-Virtual-Keyboard-Plugin-With-jQuery-Bootstrap-jQBTK/jqbtk.css">
<script src="vendors/Mobile-first-Virtual-Keyboard-Plugin-With-jQuery-Bootstrap-jQBTK/jqbtk.min.js"></script>
<script src="resources/assets/js/index.js"></script>
<link rel="stylesheet" href="resources/assets/css/InputReader.css">
</head>
<body>
<article class="container container-table">
<section class="row vertical-center-row" id="center">
<div class="col-sm-6 col-sm-offset-3">
<div class="thumbnail">
<i class="fa fa-keyboard-o fa-2x pull-right numpadInput" aria-hidden="true"></i>
<div class="caption">
<h3 class="col-sm-offset-4">Test your reader</h3>
<p class="col-sm-offset-4">Type or just present your card</p>
<footer >
<!--<input type="text" class="keyboard form-control InputReader" id="reader">-->
<input type="text" class="keyboard form-control InputReader InputReader-codebar">
</footer>
</div>
</div>
</div>
</section>
</article>
</body>
</html>