1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <meta http-equiv="refresh" content="0;url=/x_desktop/index.html?app=<%= htmlWebpackPlugin.options.title.replace('x_component_', '').split('_').join('.') %>&default=false&debugger"/>
- <link rel="stylesheet" type="text/css" href="../x_desktop/css/style.css" charset="UTF-8" />
- <link rel="stylesheet" href="../x_desktop/css/mBoxNotice.css" charset="UTF-8" />
- <link rel="stylesheet" href="../x_desktop/css/mBoxTooltip.css" charset="UTF-8" />
- <title></title>
- </head>
- <body>
- <div id="appContent" class="appContent" style="overflow: auto; height:100%; background-color:#EEE">
- <div id="loaddingArea" style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100"></div>
- </div>
- <script src="../o2_core/o2.js"></script>
- <script src="../x_desktop/js/base.js"></script>
- </body>
- </html>
|