index.html 519 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang='en'>
  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>GFW Service</title>
  10. </head>
  11. <body>
  12. <noscript>You need to enable JavaScript to run this app.</noscript>
  13. <div id='root'></div>
  14. <script src='/src/index.tsx' type='module'></script>
  15. </body>
  16. </html>