index.html 653 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="theme-color" content="#000000">
  8. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  9. <!-- Fonts -->
  10. <link href="https://fonts.googleapis.com/css?family=Cormorant+Infant|Open+Sans+Condensed:300|Poiret+One" rel="stylesheet">
  11. <title>React App</title>
  12. </head>
  13. <body>
  14. <noscript>
  15. You need to enable JavaScript to run this app.
  16. </noscript>
  17. <div id="root"></div>
  18. </body>
  19. </html>