123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="zh">
- <head>
- <meta charset="UTF-8" />
- <meta content="IE=edge" http-equiv="X-UA-Compatible" />
- <meta content="webkit" name="renderer" />
- <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
- <meta content="no-cache, no-store, must-revalidate" http-equiv="Cache-Control" />
- <link href="/favicon.ico" rel="icon" sizes="any" />
- <link href="/favicon.svg" rel="icon" type="image/svg+xml" />
- <link href="/apple-touch-icon-180x180.png" rel="apple-touch-icon" />
- <title>Vue Shop Vite 唯一官网、源码、文档、演示地址、前端框架</title>
- <meta content="Vue Shop Vite 是一款国内领先的基于Vue3 + Vite5 + Element Plus的中后台Admin前端框架" name="description" />
- <link href="/static/css/loading.css" rel="stylesheet" />
- </head>
- <body>
- <noscript>https://vuejs-core.cn/shop-vite</noscript>
- <div id="app">
- <figure>
- <div class="dot white"></div>
- <div class="dot"></div>
- <div class="dot"></div>
- <div class="dot"></div>
- <div class="dot"></div>
- </figure>
- </div>
- <script src="/src/main.ts" type="module"></script>
- </body>
- </html>
|