forked from nicklaros/POS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 1.38 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
<!DOCTYPE HTML>
<html manifest="">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<title>Next Gen POS</title>
<script type="text/javascript" src="remote/init.php"></script>
<script type="text/javascript" src="resources/var/constant.js"></script>
<script type="text/javascript" src="resources/var/style.js"></script>
<!-- The line below must be kept intact for Sencha Cmd to build your application -->
<script id="microloader" type="text/javascript" src="bootstrap.js"></script>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="resources/css/loading.css">
<link rel="stylesheet" href="resources/css/app.css">
<link rel="stylesheet" href="resources/css/font-awesome.min.css">
<link rel="stylesheet" href="resources/css/override.css">
<link rel="stylesheet" href="resources/css/notification.css">
<link rel="stylesheet" href="resources/css/ux/ButtonSegment.css">
<script type="text/javascript" src="remote/direct-api.php"></script>
</head>
<body>
<div id="initLoader">
<div>
<div class="bubblingG">
<span id="bubblingG_1"></span>
<span id="bubblingG_2"></span>
<span id="bubblingG_3"></span>
<div class="white bold standar tahoma">Initializing Application..</div>
</div>
</div>
</div>
</body>
</html>