1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
-
4
- < head >
5
- < meta charset ="utf-8 " />
6
- < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
7
- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
- < meta name ="theme-color " content ="#000000 " />
9
- < meta name ="description " content ="Web site created using create-react-app " />
10
- < link rel ="
stylesheet "
href ="
https://unpkg.com/[email protected] /dist/leaflet.css "
11
- integrity ="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A== "
12
- crossorigin ="" />
13
- < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
14
- <!--
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
+ < meta name ="theme-color " content ="#000000 " />
8
+ < meta
9
+ name ="description "
10
+ content ="Web site created using create-react-app "
11
+ />
12
+ < link
13
+ rel ="stylesheet "
14
+ href ="
https://unpkg.com/[email protected] /dist/leaflet.css "
15
+ integrity ="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A== "
16
+ crossorigin =""
17
+ />
18
+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
19
+ <!--
15
20
manifest.json provides metadata used when your web app is installed on a
16
21
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
17
22
-->
18
- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
19
- <!--
23
+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
24
+ <!--
20
25
Notice the use of %PUBLIC_URL% in the tags above.
21
26
It will be replaced with the URL of the `public` folder during the build.
22
27
Only files inside the `public` folder can be referenced from the HTML.
25
30
work correctly both with client-side routing and a non-root public URL.
26
31
Learn how to configure a non-root public URL by running `npm run build`.
27
32
-->
28
- < title > Performance Evaluation</ title >
29
- < script type ="text/javascript ">
30
- // Single Page Apps for GitHub Pages
31
- // https://github.com/rafrex/spa-github-pages
32
- // Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
33
- // ----------------------------------------------------------------------
34
- // This script checks to see if a redirect is present in the query string
35
- // and converts it back into the correct url and adds it to the
36
- // browser's history using window.history.replaceState(...),
37
- // which won't cause the browser to attempt to load the new url.
38
- // When the single page app is loaded further down in this file,
39
- // the correct url will be waiting in the browser's history for
40
- // the single page app to route accordingly.
41
- ( function ( l ) {
42
- if ( l . search ) {
43
- var q = { } ;
44
- l . search . slice ( 1 ) . split ( '&' ) . forEach ( function ( v ) {
45
- var a = v . split ( '=' ) ;
46
- q [ a [ 0 ] ] = a . slice ( 1 ) . join ( '=' ) . replace ( / ~ a n d ~ / g, '&' ) ;
47
- } ) ;
48
- if ( q . p !== undefined ) {
49
- window . history . replaceState ( null , null ,
50
- l . pathname . slice ( 0 , - 1 ) + ( q . p || '' ) +
51
- ( q . q ? ( '?' + q . q ) : '' ) +
52
- l . hash
53
- ) ;
33
+ < title > Performance Evaluation</ title >
34
+ < script type ="text/javascript ">
35
+ // Single Page Apps for GitHub Pages
36
+ // https://github.com/rafrex/spa-github-pages
37
+ // Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
38
+ // ----------------------------------------------------------------------
39
+ // This script checks to see if a redirect is present in the query string
40
+ // and converts it back into the correct url and adds it to the
41
+ // browser's history using window.history.replaceState(...),
42
+ // which won't cause the browser to attempt to load the new url.
43
+ // When the single page app is loaded further down in this file,
44
+ // the correct url will be waiting in the browser's history for
45
+ // the single page app to route accordingly.
46
+ ( function ( l ) {
47
+ if ( l . search ) {
48
+ var q = { } ;
49
+ l . search
50
+ . slice ( 1 )
51
+ . split ( "&" )
52
+ . forEach ( function ( v ) {
53
+ var a = v . split ( "=" ) ;
54
+ q [ a [ 0 ] ] = a . slice ( 1 ) . join ( "=" ) . replace ( / ~ a n d ~ / g, "&" ) ;
55
+ } ) ;
56
+ if ( q . p !== undefined ) {
57
+ window . history . replaceState (
58
+ null ,
59
+ null ,
60
+ l . pathname . slice ( 0 , - 1 ) +
61
+ ( q . p || "" ) +
62
+ ( q . q ? "?" + q . q : "" ) +
63
+ l . hash
64
+ ) ;
65
+ }
54
66
}
55
- }
56
- } ( window . location ) )
57
- </ script >
58
- </ head >
67
+ } ) ( window . location ) ;
68
+ </ script >
69
+ </ head >
59
70
60
- < body >
61
- < noscript > You need to enable JavaScript to run this app.</ noscript >
62
- < div id ="root "> </ div >
63
- <!--
71
+ < body >
72
+ < noscript > You need to enable JavaScript to run this app.</ noscript >
73
+ < div id ="root "> </ div >
74
+ <!--
64
75
This HTML file is a template.
65
76
If you open it directly in the browser, you will see an empty page.
66
77
70
81
To begin the development, run `npm start` or `yarn start`.
71
82
To create a production bundle, use `npm run build` or `yarn build`.
72
83
-->
73
- </ body >
74
-
75
- </ html >
84
+ </ body >
85
+ </ html >
0 commit comments