index.html 1.0 KB

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