index.html 417 B

1234567891011121314151617
  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" />
  6. <meta
  7. name="description"
  8. content="Web site created using create-react-app"
  9. />
  10. <title>RunSmartReact</title>
  11. </head>
  12. <body>
  13. <noscript>You need to enable JavaScript to run this app.</noscript>
  14. <div id="root"></div>
  15. </body>
  16. </html>