12345678910111213141516 |
- <!DOCTYPE html>
- <html lang="zh" class="dark">
- <head>
- <meta charset="UTF-8"/>
- <link rel="icon" href="/favicon.ico"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <link rel="stylesheet" href="/plugins/element-plus/index.css"/>
- <link rel="stylesheet" href="/plugins/element-plus/theme-chalk/dark/css-vars.css"/>
- <link rel="stylesheet" href="/plugins/remixicon/remixicon.css"/>
- <title>数据可视化展示平台</title>
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/main.js"></script>
- </body>
- </html>
|