File tree Expand file tree Collapse file tree 5 files changed +25
-10
lines changed Expand file tree Collapse file tree 5 files changed +25
-10
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
7
- < meta name ="theme-color " content ="#000000 ">
4
+ < meta charset ="utf-8 " />
5
+ < link rel ="shortcut 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 rel ="apple-touch-icon " href ="logo192.png " />
8
13
<!--
9
- manifest.json provides metadata used when your web app is added to the
10
- homescreen on Android . See https://developers.google.com/web/fundamentals/web-app-manifest/
14
+ manifest.json provides metadata used when your web app is installed on a
15
+ user's mobile device or desktop . See https://developers.google.com/web/fundamentals/web-app-manifest/
11
16
-->
12
- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
17
+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " / >
13
18
<!--
14
19
Notice the use of %PUBLIC_URL% in the tags above.
15
20
It will be replaced with the URL of the `public` folder during the build.
22
27
< title > React App</ title >
23
28
</ head >
24
29
< body >
25
- < noscript >
26
- You need to enable JavaScript to run this app.
27
- </ noscript >
30
+ < noscript > You need to enable JavaScript to run this app.</ noscript >
28
31
< div id ="root "> </ div >
29
32
<!--
30
33
This HTML file is a template.
Original file line number Diff line number Diff line change 6
6
"src" : " favicon.ico" ,
7
7
"sizes" : " 64x64 32x32 24x24 16x16" ,
8
8
"type" : " image/x-icon"
9
+ },
10
+ {
11
+ "src" : " logo192.png" ,
12
+ "type" : " image/png" ,
13
+ "sizes" : " 192x192"
14
+ },
15
+ {
16
+ "src" : " logo512.png" ,
17
+ "type" : " image/png" ,
18
+ "sizes" : " 512x512"
9
19
}
10
20
],
11
21
"start_url" : " ." ,
Original file line number Diff line number Diff line change
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
You can’t perform that action at this time.
0 commit comments