index.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="IE=edge" http-equiv="X-UA-Compatible">
  6. <meta content="webkit" name="renderer"/>
  7. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  8. <meta content="no-cache, no-store, must-revalidate" http-equiv="Cache-Control">
  9. <link href="/favicon.ico" rel="icon" sizes="any">
  10. <link href="/favicon.svg" rel="icon" type="image/svg+xml">
  11. <link href="/apple-touch-icon-180x180.png" rel="apple-touch-icon">
  12. <title>Vue Shop Vite</title>
  13. <meta content="Vue Shop Vite 是一款国内领先的基于Vue3 + Vite5 + Element Plus的中后台Admin前端框架" name="description">
  14. <link href="/static/css/loading.css" rel="stylesheet">
  15. </head>
  16. <body>
  17. <noscript>https://vuejs-core.cn/shop-vite</noscript>
  18. <div id="app">
  19. <figure>
  20. <div class="dot white"></div>
  21. <div class="dot"></div>
  22. <div class="dot"></div>
  23. <div class="dot"></div>
  24. <div class="dot"></div>
  25. </figure>
  26. </div>
  27. <script src="/src/main.ts" type="module"></script>
  28. </body>
  29. </html>