website.html 1.2 KB

123456789101112131415161718192021222324252627282930
  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>