|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <link rel="stylesheet" href="index.css" /> |
6 | | - <link rel="icon" href="favicon.ico" /> |
7 | | - <link href="https://fonts.googleapis.com/css2?family=Caveat&family=Onest:wght@300&family=Open+Sans:ital,wght@1,300&family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@300&family=Rowdies&display=swap" rel="stylesheet"> |
| 5 | + <link |
| 6 | + href="https://fonts.googleapis.com/css2?family=Caveat&family=Onest:wght@300&family=Open+Sans:ital,wght@1,300&family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@300&family=Rowdies&display=swap" |
| 7 | + rel="stylesheet" |
| 8 | + /> |
8 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
9 | 10 | <meta name="theme-color" content="#000000" /> |
10 | 11 | <meta |
11 | 12 | name="description" |
12 | 13 | content="Web site created using create-react-app" |
13 | 14 | /> |
14 | | - <link rel="apple-touch-icon" href="/logo192.png" /> |
15 | | - <!-- |
16 | | - manifest.json provides metadata used when your web app is installed on a |
17 | | - user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
18 | | - --> |
19 | | - <link rel="manifest" href="/manifest.json" /> |
20 | | - <!-- |
21 | | - Notice the use of %PUBLIC_URL% in the tags above. |
22 | | - It will be replaced with the URL of the `public` folder during the build. |
23 | | - Only files inside the `public` folder can be referenced from the HTML. |
24 | | -
|
25 | | - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will |
26 | | - work correctly both with client-side routing and a non-root public URL. |
27 | | - Learn how to configure a non-root public URL by running `npm run build`. |
28 | | - --> |
29 | | - <div id="root"></div> |
| 15 | + <link rel="manifest" href="./manifest.json" /> |
30 | 16 | <title>React App</title> |
31 | | - <script type="module" crossorigin src="/assets/index-bjDilOya.js"></script> |
32 | | - <link rel="stylesheet" crossorigin href="/assets/index-zhooeMjb.css"> |
| 17 | + <script type="module" crossorigin src="./assets/index-BBGvUE3h.js"></script> |
| 18 | + <link rel="stylesheet" crossorigin href="./assets/index-zhooeMjb.css"> |
33 | 19 | </head> |
| 20 | + <body> |
| 21 | + <div id="root"></div> |
| 22 | + </body> |
34 | 23 | </html> |
0 commit comments