12345678910111213141516 |
- <!DOCTYPE html>
- <html lang='en'>
- <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>GFW Service</title>
- </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>
- </body>
- </html>
|