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