index.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  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. <div id="pre" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; ">
  17. <div style="background-color: rgba(0, 0, 0, .8); width: 100%; height: 100%;">
  18. <div style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);">
  19. <div class="line-scale">
  20. <div></div>
  21. <div></div>
  22. <div></div>
  23. <div></div>
  24. <div></div>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. </div>
  30. <script type="module" src="/src/main.ts"></script>
  31. </body>
  32. </html>