index.html 564 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>方案管理系统</title>
  7. <meta name="description" content="方案管理系统" />
  8. <meta name="robots" content="noindex, nofollow" />
  9. <style>html, body { height: 100%; margin: 0; } #root { height: 100%; }</style>
  10. </head>
  11. <body>
  12. <div id="root"></div>
  13. <script type="module" src="/src/main.tsx"></script>
  14. </body>
  15. </html>