-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 770 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (20 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html manifest="" lang="en-US">
<head>
<meta charset="UTF-8">
<title>gpsname</title>
<!-- The line below must be kept intact for Sencha Command to build your application -->
<script id="microloader" type="text/javascript" src="touch/microloader/development.js"></script>
<script>
var Ext = Ext || {};
Ext.theme = {
name: "Cupertino"
};
</script>
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script src="http://cdn.sencha.com/touch/sencha-touch-2.3.0/sencha-touch-all.js"></script>
<link rel="stylesheet" href="resources/css/cupertino.css">
<script type="text/javascript" src="app.js"></script>
</head>
<body></body>
</html>