index.html 668 B

12345678910111213141516171819
  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 name="theme-color" content="#000000" />
  7. <meta
  8. name="description"
  9. content="Web site created using create-react-app"
  10. />
  11. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
  12. integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
  13. <title>React App</title>
  14. </head>
  15. <body>
  16. <noscript>You need to enable JavaScript to run this app.</noscript>
  17. <div id="root"></div>
  18. </body>
  19. </html>