12345678910111213 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
- <meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,width=device-width" />
- <title>聊天机器人</title>
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/pc/index.js"></script>
- </body>
- </html>
|