]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/neptune-components/index.html
bump version to 7.0.0-4
[extjs.git] / extjs / examples / classic / neptune-components / index.html
CommitLineData
947f0963
TL
1<!DOCTYPE HTML>
2<html manifest="">
3<head>
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">
5 <meta charset="UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10, user-scalable=yes">
7
8 <title>Neptune Components</title>
9
10 <script type="text/javascript">
11 var Ext = Ext || {};
12 Ext.beforeLoad = function (tags) {
13 var theme = location.href.match(/theme=([\w-]+)/);
14
15 theme = (theme && theme[1]) || 'neptune';
16
17 Ext.manifest = theme;
18 tags.test = /testMode=true/.test(location.search);
19 Ext.microloaderTags = tags;
20 };
21 </script>
22
23 <!-- The line below must be kept intact for Sencha Cmd to build your application -->
24 <script id="microloader" type="text/javascript" src="bootstrap.js"></script>
25
26</head>
27<body></body>
28</html>