Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / jsbuilder / src / generators / app / files / index.html
1 <!doctype html>
2 <html>
3 <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
5     <title>Sencha Application</title>
6     
7     <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
8     <meta name="apple-mobile-web-app-capable" content="yes" />
9     <link rel="apple-touch-icon" href="apple-touch-icon.png" />
10     
11     <link rel="stylesheet" href="lib/touch/resources/css/ext-touch.css" type="text/css">
12     <link rel="stylesheet" href="public/resources/css/application.css" type="text/css">
13 </head>
14 <body>
15     <script type="text/javascript" src="lib/touch/ext-touch-debug.js"></script>
16     <script type="text/javascript" src="lib/touch/pkgs/platform/mvc.js"></script>
17     
18     <div id="sencha-app">
19         <script type="text/javascript" src="app/routes.js"></script>
20         <script type="text/javascript" src="app/app.js"></script>
21         
22         <!-- Place your view files here -->
23         <div id="sencha-views">
24             <script type="text/javascript" src="app/views/Viewport.js"></script>
25         </div>
26         
27         <!-- Place your model files here -->
28         <div id="sencha-models">
29             
30         </div>
31         
32         <!-- Place your controller files here -->
33         <div id="sencha-controllers">
34             
35         </div>
36     </div>
37 </body>
38 </html>