Add favicon and complete in todo

This commit is contained in:
2018-03-12 12:34:22 +05:30
parent a8aeff9aa6
commit e109a4e9ae
4 changed files with 5 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

+4 -2
View File
@@ -9,7 +9,9 @@
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
--> -->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"> <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png">
<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon.png" sizes="64x64" />
<!-- <!--
Notice the use of %PUBLIC_URL% in the tags above. Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build. It will be replaced with the URL of the `public` folder during the build.
@@ -19,7 +21,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>Is Nifty open today?</title>
</head> </head>
<body> <body>
<noscript> <noscript>
+1 -1
View File
@@ -1,6 +1,6 @@
1. [X] Make time local 1. [X] Make time local
2. [X] Fix Readme 2. [X] Fix Readme
3. Add favicon 3. [X] Add favicon, title, meta
4. Build at netlify.com 4. Build at netlify.com
8. Host at isnifty.com 8. Host at isnifty.com
3. Make responsive - text 3. Make responsive - text