index.html 709 B

123456789101112131415161718192021
  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. <!--
  8. manifest.json provides metadata used when your web app is added to the
  9. homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
  10. -->
  11. <link rel="manifest" href="/manifest.json">
  12. <link rel="shortcut icon" href="/favicon.ico">
  13. <title>Update Me To Title Your App</title>
  14. </head>
  15. <body>
  16. <noscript>
  17. You need to enable JavaScript to run this app.
  18. </noscript>
  19. <div id="root"></div>
  20. </body>
  21. </html>