This repository was archived by the owner on Jul 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-20
lines changed
fixtures/kitchensink/public
template-typescript/public Expand file tree Collapse file tree 3 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 1- <!doctype html>
1+ <!DOCTYPE html>
22< html lang ="en ">
33 < 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 ">
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 " / >
77 < title > React App</ title >
88 </ head >
99 < body >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33 < 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
7+ name ="viewport "
8+ content ="width=device-width, initial-scale=1, shrink-to-fit=no "
9+ />
10+ < meta name ="theme-color " content ="#000000 " />
811 <!--
912 manifest.json provides metadata used when your web app is added to the
1013 homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
1114 -->
12- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
15+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " / >
1316 <!--
1417 Notice the use of %PUBLIC_URL% in the tags above.
1518 It will be replaced with the URL of the `public` folder during the build.
2225 < title > React App</ title >
2326 </ head >
2427 < body >
25- < noscript >
26- You need to enable JavaScript to run this app.
27- </ noscript >
28+ < noscript > You need to enable JavaScript to run this app. </ noscript >
2829 < div id ="root "> </ div >
2930 <!--
3031 This HTML file is a template.
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33 < 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
7+ name ="viewport "
8+ content ="width=device-width, initial-scale=1, shrink-to-fit=no "
9+ />
10+ < meta name ="theme-color " content ="#000000 " />
811 <!--
912 manifest.json provides metadata used when your web app is added to the
1013 homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
1114 -->
12- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
15+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " / >
1316 <!--
1417 Notice the use of %PUBLIC_URL% in the tags above.
1518 It will be replaced with the URL of the `public` folder during the build.
2225 < title > React App</ title >
2326 </ head >
2427 < body >
25- < noscript >
26- You need to enable JavaScript to run this app.
27- </ noscript >
28+ < noscript > You need to enable JavaScript to run this app. </ noscript >
2829 < div id ="root "> </ div >
2930 <!--
3031 This HTML file is a template.
You can’t perform that action at this time.
0 commit comments