1234567891011121314 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Ai慕课</title>
- </head>
- <body class="m-0 p-0">
- <div id="app" class="h-screen w-screen bg-hex-22252f"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|