index.html 584 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link href="/favicon.svg" rel="icon" />
  6. <meta content="width=device-width, initial-scale=1" name="viewport" />
  7. <meta content="#000000" name="theme-color" />
  8. <link href="/favicon.svg" rel="apple-touch-icon" />
  9. <title>跨越长城</title>
  10. <meta content="跨越长城" name="description">
  11. </head>
  12. <body>
  13. <noscript>You need to enable JavaScript to run this app.</noscript>
  14. <div id="root"></div>
  15. <script src="/src/index.tsx" type="module"></script>
  16. <script>
  17. window.global = window;
  18. </script>
  19. </body>
  20. </html>