index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <link rel="icon" href="/favicon.ico"/>
  6. <meta http-equiv="Cache-control" content="no-cache">
  7. <meta http-equiv="Expires" content="-1">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  9. <link rel="stylesheet" href="/plugins/element-plus/index.css"/>
  10. <link rel="stylesheet" href="/plugins/element-plus/theme-chalk/dark/css-vars.css"/>
  11. <link rel="stylesheet" href="/plugins/remixicon/remixicon.css"/>
  12. <link rel="stylesheet" href="/plugins/fonts/index.css"/>
  13. <link rel="stylesheet" href="/plugins/css/loading.css">
  14. </head>
  15. <body>
  16. <div id="app">
  17. <div id='loader-wrapper'>
  18. <div class='loader-box'>
  19. <span>数</span>
  20. <span>据</span>
  21. <span>分</span>
  22. <span>析</span>
  23. <span>处</span>
  24. <span>理</span>
  25. <span>工</span>
  26. <span>具</span>
  27. </div>
  28. <div class='loader-title'>加载中...</div>
  29. </div>
  30. </div>
  31. <script type="module" src="/src/main.js"></script>
  32. </body>
  33. </html>