| 123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
-
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>方案管理系统</title>
- <meta name="description" content="方案管理系统" />
- <meta name="robots" content="noindex, nofollow" />
- <style>html, body { height: 100%; margin: 0; } #root { height: 100%; }</style>
-
- </head>
- <body>
-
- <div id="root"></div>
- <script type="module" src="/src/main.tsx"></script>
-
- </body>
- </html>
|