|
1 | | -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | - |
4 | | -<head> |
5 | | - <meta charset="utf-8"> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
7 | | - <meta name="theme-color" content="#000000"> |
8 | | - <!-- |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
| 6 | + <meta name="theme-color" content="#000000" /> |
| 7 | + <!-- |
9 | 8 | manifest.json provides metadata used when your web app is added to the |
10 | 9 | homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ |
11 | 10 | --> |
12 | | - <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> |
13 | | - <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> |
14 | | - <!-- |
| 11 | + <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 12 | + <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 13 | + <!-- |
15 | 14 | Notice the use of %PUBLIC_URL% in the tags above. |
16 | 15 | It will be replaced with the URL of the `public` folder during the build. |
17 | 16 | Only files inside the `public` folder can be referenced from the HTML. |
|
20 | 19 | work correctly both with client-side routing and a non-root public URL. |
21 | 20 | Learn how to configure a non-root public URL by running `npm run build`. |
22 | 21 | --> |
23 | | - <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous"> |
24 | | - <title>Admin Portal</title> |
25 | | -</head> |
| 22 | + <link |
| 23 | + rel="stylesheet" |
| 24 | + href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" |
| 25 | + integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" |
| 26 | + crossorigin="anonymous" |
| 27 | + /> |
| 28 | + <title>Admin Portal</title> |
| 29 | + </head> |
26 | 30 |
|
27 | | -<body> |
28 | | - <noscript> |
29 | | - You need to enable JavaScript to run this app. |
30 | | - </noscript> |
31 | | - <div id="root"></div> |
32 | | - <!-- |
| 31 | + <body> |
| 32 | + <noscript> |
| 33 | + You need to enable JavaScript to run this app. |
| 34 | + </noscript> |
| 35 | + <div id="root"></div> |
| 36 | + <!-- |
33 | 37 | This HTML file is a template. |
34 | 38 | If you open it directly in the browser, you will see an empty page. |
35 | 39 |
|
|
39 | 43 | To begin the development, run `npm start` or `yarn start`. |
40 | 44 | To create a production bundle, use `npm run build` or `yarn build`. |
41 | 45 | --> |
42 | | -</body> |
43 | | - |
| 46 | + </body> |
44 | 47 | </html> |
0 commit comments