]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/neptune-components/index.html
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / neptune-components / 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 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r
7\r
8 <title>Neptune Components</title>\r
9\r
10 <script type="text/javascript">\r
11 var Ext = Ext || {};\r
12 Ext.beforeLoad = function (tags) {\r
13 var theme = location.href.match(/theme=([\w-]+)/);\r
14\r
15 theme = (theme && theme[1]) || 'neptune';\r
16\r
17 Ext.manifest = theme;\r
18 tags.test = /testMode=true/.test(location.search);\r
19 Ext.microloaderTags = tags;\r
20 };\r
21 </script>\r
22\r
23 <!-- The line below must be kept intact for Sencha Cmd to build your application -->\r
24 <script id="microloader" type="text/javascript" src="bootstrap.js"></script>\r
25\r
26</head>\r
27<body></body>\r
28</html>\r