File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66 < link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico ">
77 < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
8- <!--
9- Notice the use of %PUBLIC_URL% in the tag above.
10- It will be replaced with the URL of the `public` folder during the build.
11- Only files inside the `public` folder can be referenced from the HTML.
12-
13- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
14- work correctly both with client-side routing and a non-root public URL.
15- Learn how to configure a non-root public URL by running `npm run build`.
16- -->
178 < title > First Contributions</ title >
189</ head >
1910< body >
2011< div id ="root "> </ div >
21- <!--
22- This HTML file is a template.
23- If you open it directly in the browser, you will see an empty page.
24-
25- You can add webfonts, meta tags, or analytics to this file.
26- The build step will place the bundled scripts into the <body> tag.
27-
28- To begin the development, run `npm start`.
29- To create a production bundle, use `npm run build`.
30- -->
3112< script >
3213 if ( 'serviceWorker' in navigator ) {
3314 navigator . serviceWorker . register ( 'service-worker.js' ) . catch ( function ( ex ) {
You can’t perform that action at this time.
0 commit comments