Skip to content

Commit d264e4d

Browse files
authored
Add favicon links to index.html
1 parent 3142308 commit d264e4d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,17 @@
1919
<meta property ="twitter:description" content ="A collection of 100+ modern creative frontend projects including UI components, animations, effects, widgets, and more."/>
2020
<meta property ="twitter:image" content ="https://iili.io/fc3VMhu.png"/>
2121

22+
<link href="./package.json" rel="manifest" />
23+
<link href="./src/favicon.png" rel="apple-touch-icon" sizes="180x180" />
24+
<link href="./src/favicon.png" rel="android-chrome-192x192" sizes="192x192" />
25+
<link href="./src/favicon.png" rel="android-chrome-512x512" sizes="512x512" />
26+
<link href="./src/favicon.png" rel="icon" sizes="32x32" />
27+
<link href="./src/favicon.png" rel="icon" sizes="16x16" />
28+
<link href="./src/favicon.png" rel="icon" />
29+
30+
<link rel="shortcut icon" href="./src/favicon.png" type="image/x-icon">
2231

2332
<link rel="stylesheet" href="./src/style.css">
24-
<link rel="shortcut icon" href="./src/favicon.png" type="image/x-icon">
2533
<title>100 Projects</title>
2634
<!-- META TAGS -->
2735
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)