-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·37 lines (31 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/jquery.mobile.min.css">
<link rel="stylesheet" href="css/jqm-icon-pack-fa.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/flexslider.css" />
<link rel="stylesheet" type="text/css" href="css/custom.css" />
<title>One Touch Order</title>
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/jquery.mobile.min.js"></script>
<script src="js/undescorejs.min.js"></script>
<script src="js/jqm-spinbox.min.js"></script>
<script src="js/jquery.blockUI.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/lang.js"></script>
<script type="text/javascript" src="js/functions.js"></script>
<!-- <style id="headerStyle"><style> -->
</head>
<body style="background-color: black;">
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript">
app.initialize();
</script>
</body>
</html>