-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (35 loc) · 1.76 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
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<meta charset="utf-8"/>
<link href="plugins/bootstrapv3/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!-- END Vendor CSS-->
<!-- BEGIN Merchant CSS-->
<link class="main-stylesheet" href="css/style.css" rel="stylesheet" type="text/css"/>
<!-- END Merchant CSS-->
<!-- BEGIN VENDOR JS -->
<script src="plugins/jquery/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
<script src="plugins/bootstrapv3/js/bootstrap.js" type="text/javascript"></script>
<script src="plugins/moment/moment.min.js"></script>
<script src="plugins/numeral/numeral.js" type="text/javascript"></script>
<script src="plugins/react/react-with-addons.js" type="text/javascript"></script>
<script src="plugins/react/react-dom.js" type="text/javascript"></script>
<script type="text/javascript" src="js/number-picker.js" ></script>
<script type="text/javascript" src="js/typeahead-react.js" ></script>
<script type="text/javascript" src="js/product-widget.js" ></script>
<script type="text/javascript" src="js/pos-counter.js" ></script>
<script type="text/javascript" src="js/pos-search.js" ></script>
<script type="text/javascript" src="js/pos.js" ></script>
</head>
<body class="home">
<div style="width:100%;height: 100%">
<div id="posWrapper" style="width:100%;height: 100%"/>
</div>
<div id="printIframeWrapper"></div>
<script src="start-service-worker.js"></script>
<script src="index.js"></script>
</body>
</html>