Skip to content

Commit 222913f

Browse files
authored
Add Favicon (#22)
* 🎨 Add media files for favicons * 🎨 Update currently favicon * 🎨 Add site.webmanifest * 🎨 Add code lines to serve favicon * 🎨 Apply prettier * add favicon links into index.html * πŸ”₯ Delete site.webmanifest * πŸ”₯ Delete links to favicons * 🎨 add empty line to leave file unchanged in PR
1 parent a6fa5ee commit 222913f

7 files changed

+86
-1
lines changed
1.35 KB
Loading

β€Žsrc/assets/favicon/favicon.ico

11.9 KB
Binary file not shown.

β€Žsrc/assets/favicon/hf_logo.svg

+76
Loading
3.5 KB
Loading
19.7 KB
Loading

β€Žsrc/favicon.ico

-2.85 KB
Binary file not shown.

β€Žsrc/index.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@
55
<title>Ahbesser</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<link rel="icon" type="image/x-icon" href="favicon.ico" />
8+
<link
9+
rel="icon"
10+
type="image/x-icon"
11+
href="/assets/favicon/favicon.ico"
12+
sizes="32x32"
13+
/>
14+
<link rel="icon" href="/assets/favicon/hf_logo.svg" type="image/svg+xml" />
15+
<link rel="apple-touch-icon" href="/assets/favicon/apple-touch-icon.png" />
16+
<!-- 180Γ—180 -->
917
</head>
18+
1019
<body>
1120
<app-root></app-root>
1221
</body>

0 commit comments

Comments
Β (0)