]> git.proxmox.com Git - extjs.git/blame - extjs/examples/kitchensink/index.html
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / kitchensink / index.html
CommitLineData
6527f429
DM
1<!DOCTYPE html>\r
2<html manifest="">\r
3<head>\r
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">\r
5 <meta charset="UTF-8">\r
6\r
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
8 <meta name="google" content="notranslate" />\r
9 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r
10\r
11 <title>Ext JS Kitchen Sink</title>\r
12\r
13 <link rel="apple-touch-icon" href="resources/images/apple-touch-icon.png"/>\r
14\r
15 <!-- The line below must be kept intact for Sencha Command to build your application -->\r
16 <script type="text/javascript">\r
17 var Ext = Ext || {};\r
18 Ext.beforeLoad = function(tags){\r
19 var profile = location.href.match(/profile=([\w-]+)/),\r
20 locale = location.href.match(/locale=([\w-]+)/);\r
21\r
22 profile = (profile && profile[1]) || (tags.phone ? 'modern-triton' : 'triton');\r
23 locale = (locale && locale[1]) || 'en';\r
24\r
25 Ext.manifest = profile + "-" + locale;\r
26 tags.test = /testMode=true/.test(location.search);\r
27 Ext.microloaderTags = tags;\r
28 };\r
29 </script>\r
30\r
31 <script id="microloader" type="text/javascript" src="bootstrap.js"></script>\r
32</head>\r
33<body></body>\r
34</html>\r