index.html 1.3 KB

1234567891011121314151617181920212223242526272829303132
  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 http-equiv="X-UA-Compatible" content="requiresActiveX=true" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  10. <link rel="stylesheet" href="/plugins/css/loading.css">
  11. <link rel="stylesheet" href="/plugins/element-plus/index.css" />
  12. <link rel="stylesheet" href="/plugins/element-plus/theme-chalk/dark/css-vars.css" />
  13. <link rel="stylesheet" href="/plugins/remixicon/remixicon.css" />
  14. <link rel="stylesheet" href="/plugins/fonts/index.css" />
  15. <title>计量支付系统</title>
  16. </head>
  17. <body>
  18. <div id="app">
  19. <div class="loading">
  20. <div class="loading-wrap">
  21. <div class="loading-dots">
  22. <span class="dot dot-spin">
  23. <i></i><i></i><i></i><i></i>
  24. </span>
  25. </div>
  26. <div class="loading-title">系统加载中</div>
  27. </div>
  28. </div>
  29. </div>
  30. <script type="module" src="/src/main.js"></script>
  31. </body>
  32. </html>