index.html 490 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <meta name="description" content="Web site created using create-react-app" />
  9. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  10. <title>React App</title>
  11. </head>
  12. <body>
  13. <div id="root"></div>
  14. </body>
  15. </html>