-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 911 Bytes
/
index.html
File metadata and controls
30 lines (26 loc) · 911 Bytes
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
<html>
<script src="css/source-sans-pro.js"></script>
<script src="lib/handlebars.js"></script>
<script src="cordova.js"></script>
<script type="text/javascript" src="js\PushNotification.js"></script>
<script type="text/javascript" src="js\PushCustom.js"></script>
<script src="js/app.js"></script>
<head>
<link href="css/styles.css" rel="stylesheet">
</head>
<body onload="location.replace('http://192.168.0.24:3000/')">
<!-- Home page view -->
<script>
location.replace("http://192.168.0.24:3000/");
</script>
<script src="lib/jquery-1.8.2.min.js"></script>
<script src="js/storage/memory-store.js"></script>
<script src="js/HomeView.js"></script>
<script src="js/EmployeeView.js"></script>
<script src="js/LoginView.js"></script>
<script src="js/FunctionsView.js"></script>
<script src="js/AboutView.js"></script>
<script src="js/main.js"></script>
</body>
<script src="phonegap.js"></script>
</html>