index.html 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  7. <link href="/css/preloading.css" rel="stylesheet" type="text/css">
  8. <title>CWG-管理系统</title>
  9. </head>
  10. <body>
  11. <noscript>
  12. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  13. Please enable it to continue.</strong>
  14. </noscript>
  15. <div id="app">
  16. <!-- preloadidng -->
  17. <div id="pre" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; ">
  18. <div style="background-color: rgba(0, 0, 0, .8); width: 100%; height: 100%;">
  19. <div style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);">
  20. <div class="line-scale">
  21. <div></div>
  22. <div></div>
  23. <div></div>
  24. <div></div>
  25. <div></div>
  26. </div>
  27. </div>
  28. </div>
  29. </div>
  30. </div>
  31. <!-- built files will be auto injected -->
  32. </body>
  33. </html>