2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < link rel ="icon " href ="%PUBLIC_URL% /favicon.ico " />
5
+ < link rel ="icon " href ="/favicon.ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta name ="theme-color " content ="#000000 " />
8
8
< meta
9
9
name ="description "
10
- content ="Web site created using create-react-app "
10
+ content ="Web site created using Vite "
11
11
/>
12
12
< link
13
13
rel ="stylesheet "
14
14
href ="
https://unpkg.com/[email protected] /dist/leaflet.css "
15
15
integrity ="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A== "
16
16
crossorigin =""
17
17
/>
18
- < link rel ="apple-touch-icon " href ="%PUBLIC_URL% /logo192.png " />
18
+ < link rel ="apple-touch-icon " href ="/logo192.png " />
19
19
<!--
20
20
manifest.json provides metadata used when your web app is installed on a
21
- user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
22
- -->
23
- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
24
- <!--
25
- Notice the use of %PUBLIC_URL% in the tags above.
26
- It will be replaced with the URL of the `public` folder during the build.
27
- Only files inside the `public` folder can be referenced from the HTML.
28
-
29
- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
30
- work correctly both with client-side routing and a non-root public URL.
31
- Learn how to configure a non-root public URL by running `npm run build`.
21
+ user's mobile device or desktop.
32
22
-->
23
+ < link rel ="manifest " href ="/manifest.json " />
33
24
< title > Performance Evaluation</ title >
34
25
< script type ="text/javascript ">
35
26
// Single Page Apps for GitHub Pages
71
62
< body >
72
63
< noscript > You need to enable JavaScript to run this app.</ noscript >
73
64
< div id ="root "> </ div >
74
- <!--
75
- This HTML file is a template.
76
- If you open it directly in the browser, you will see an empty page.
77
-
78
- You can add webfonts, meta tags, or analytics to this file.
79
- The build step will place the bundled scripts into the <body> tag.
80
-
81
- To begin the development, run `npm start` or `yarn start`.
82
- To create a production bundle, use `npm run build` or `yarn build`.
83
- -->
65
+ < script type ="module " src ="/src/index.tsx "> </ script >
84
66
</ body >
85
- </ html >
67
+ </ html >
0 commit comments