-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.html
More file actions
21 lines (20 loc) · 725 Bytes
/
Copy pathapp.html
File metadata and controls
21 lines (20 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<!-- Auto Generated with Sencha Architect -->
<!-- Modifications to this file will be overwritten. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>gpsname</title>
<script>
var Ext = Ext || {};
Ext.theme = {
name: "Cupertino"
};
</script>
<script src="http://extjs.cachefly.net/touch/sencha-touch-2.0.0/sencha-touch-all-debug.js"></script>
<link rel="stylesheet" href="http://extjs.cachefly.net/touch/sencha-touch-2.0.0/resources/css/cupertino.css">
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="app.js"></script>
</head>
<body></body>
</html>