1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html lang="zh">
- <head>
- <meta charset="utf-8" />
- <link href="/favicon.svg" rel="icon" />
- <meta content="width=device-width, initial-scale=1" name="viewport" />
- <meta content="#000000" name="theme-color" />
- <link href="/favicon.svg" rel="apple-touch-icon" />
- <title>跨越长城</title>
- <meta content="跨越长城" name="description">
- </head>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root"></div>
- <script src="/src/index.tsx" type="module"></script>
- <script>
- window.global = window;
- </script>
- </body>
- </html>
|