Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / jsbuilder / src / generators / app / files / index.html
diff --git a/jsbuilder/src/generators/app/files/index.html b/jsbuilder/src/generators/app/files/index.html
new file mode 100644 (file)
index 0000000..2dbeb8d
--- /dev/null
@@ -0,0 +1,38 @@
+<!doctype html>
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">        
+    <title>Sencha Application</title>
+    
+    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
+    <meta name="apple-mobile-web-app-capable" content="yes" />
+    <link rel="apple-touch-icon" href="apple-touch-icon.png" />
+    
+    <link rel="stylesheet" href="lib/touch/resources/css/ext-touch.css" type="text/css">
+    <link rel="stylesheet" href="public/resources/css/application.css" type="text/css">
+</head>
+<body>
+    <script type="text/javascript" src="lib/touch/ext-touch-debug.js"></script>
+    <script type="text/javascript" src="lib/touch/pkgs/platform/mvc.js"></script>
+    
+    <div id="sencha-app">
+        <script type="text/javascript" src="app/routes.js"></script>
+        <script type="text/javascript" src="app/app.js"></script>
+        
+        <!-- Place your view files here -->
+        <div id="sencha-views">
+            <script type="text/javascript" src="app/views/Viewport.js"></script>
+        </div>
+        
+        <!-- Place your model files here -->
+        <div id="sencha-models">
+            
+        </div>
+        
+        <!-- Place your controller files here -->
+        <div id="sencha-controllers">
+            
+        </div>
+    </div>
+</body>
+</html>
\ No newline at end of file