index.html 439 B

12345678910111213141516
  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, shrink-to-fit=no">
  6. <meta name="theme-color" content="#000000">
  7. <title>互联网医院综合管理系统</title>
  8. </head>
  9. <body>
  10. <div id="root"></div>
  11. <script>
  12. window.global = window;
  13. </script>
  14. <script type="module" src="./src/index.js"> </script>
  15. </body>
  16. </html>