index.html 767 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="theme-color" content="#000000">
  8. <!--
  9. manifest.json provides metadata used when your web app is added to the
  10. homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
  11. -->
  12. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  13. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
  14. <title>Elm App</title>
  15. </head>
  16. <body>
  17. <noscript>
  18. You need to enable JavaScript to run this app.
  19. </noscript>
  20. <div id="root"></div>
  21. </body>
  22. </html>