index.html 763 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  5. <meta name="description" content="Web site created using create-react-app" />
  6. <meta charset="UTF-8" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <link
  9. href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
  10. rel="stylesheet" />
  11. <link rel="stylesheet" href="./css/reset.css" />
  12. <link rel="stylesheet" href="./css/normalize.css" />
  13. <link rel="stylesheet" href="./css/style.css" />
  14. <title>React00 --- Factor lesson 7</title>
  15. </head>
  16. <body>
  17. <noscript>You need to enable JavaScript to run this app.</noscript>
  18. <div id="root"></div>
  19. </body>
  20. </html>