-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 968 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Sencha Touch Extensions</title>
<link rel="stylesheet" href="resources/css/sink.css" type="text/css">
<link rel="stylesheet" href="resources/css/codebox.css" type="text/css">
<script type="text/javascript" src="http://maps.google.com/maps/api/js?libraries=places&sensor=true"></script>
<link rel="stylesheet" href="lib/sencha/resources/css/sencha-touch.css" type="text/css">
<link rel="stylesheet" href="resources/css/custom.css" type="text/css">
<script type="text/javascript" src="lib/sencha/sencha-touch.js"></script>
<script type="text/javascript" src="src/ux/GooglePlacesField.js"></script>
<script type="text/javascript" src="src/CodeBox.js"></script>
<script type="text/javascript" src="src/index.js"></script>
<script type="text/javascript" src="src/structure.js"></script>
</head>
<body>
</body>
</html>