Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cascade-examples
rigado-node-hello-world-frontend
Commits
f2e81019
Commit
f2e81019
authored
Apr 13, 2018
by
Vladimir Kiryakov
Browse files
added favicon
parent
2ffc226a
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/favicon.png
0 → 100644
View file @
f2e81019
1.71 KB
public/index.html
View file @
f2e81019
...
...
@@ -9,7 +9,7 @@
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=
"shortcut icon"
href=
"%PUBLIC_URL%/favicon.
ico
"
>
<link
rel=
"shortcut icon"
href=
"%PUBLIC_URL%/favicon.
png
"
>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
...
...
public/manifest.json
View file @
f2e81019
...
...
@@ -3,8 +3,8 @@
"name"
:
"Rigado dashboard"
,
"icons"
:
[
{
"src"
:
"favicon.
ico
"
,
"sizes"
:
"
64x64 32x32 24x24 16x16
"
,
"src"
:
"favicon.
png
"
,
"sizes"
:
"
32x32
"
,
"type"
:
"image/x-icon"
}
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment