forked from signalpoint/DrupalGap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.index.html
24 lines (23 loc) · 1.17 KB
/
dev.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=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="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=medium-dpi" />
<title>DrupalGap</title>
<link rel="stylesheet" href="jquery.mobile-1.4.0.min.css" />
<script src="jquery-1.9.1.min.js"></script>
<script src="jquery.mobile-1.4.0.min.js"></script>
<script type="text/javascript" charset="utf-8" src="jDrupal/bin/jdrupal.js"></script>
<script type="text/javascript" charset="utf-8" src="bin/drupalgap.js"></script>
<script type="text/javascript" charset="utf-8" src="app/settings.js"></script>
<link rel="stylesheet" href="drupalgap.css" />
</head>
<body>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript">
drupalgap_onload();
</script>
</body>
</html>