| 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 | <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> |
| 7 | <!-- |
| 8 | Notice the use of %PUBLIC_URL% in the tag above. |
| 9 | It will be replaced with the URL of the `public` folder during the build. |
| 10 | Only files inside the `public` folder can be referenced from the HTML. |
| 11 | |
| 12 | Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will |
| 13 | work correctly both with client-side routing and a non-root public URL. |
| 14 | Learn how to configure a non-root public URL by running `npm run build`. |
| 15 | --> |
| 16 | <title>React App</title> |
| 17 | <script src="https://unpkg.com/prop-types@15.5.6/prop-types.js"></script> |
| 18 | <script src="https://unpkg.com/expect@1.20.2/umd/expect.min.js"></script> |
| 19 | </head> |
| 20 | <body> |
| 21 | <div id="root"></div> |
| 22 | <!-- |
| 23 | This HTML file is a template. |
| 24 | If you open it directly in the browser, you will see an empty page. |
| 25 | |
| 26 | You can add webfonts, meta tags, or analytics to this file. |
| 27 | The build step will place the bundled scripts into the <body> tag. |
| 28 | |
| 29 | To begin the development, run `npm start`. |
| 30 | To create a production bundle, use `npm run build`. |
| 31 | --> |
| 32 | </body> |
| 33 | </html> |