Skip to content

Commit

Permalink
🎨 Add favicon links to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-krechan committed May 20, 2024
1 parent 403838d commit 8bd5e6f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@
<title>Ahbesser</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link
rel="icon"
type="image/x-icon"
href="/assets/favicon/favicon.ico"
sizes="32x32"
/>
<link rel="icon" href="/assets/favicon/hf_logo.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/assets/favicon/apple-touch-icon.png" />
<!-- 180×180 -->
<link rel="manifest" href="/assets/favicon/manifest.webmanifest" />
</head>

<body>
<app-root></app-root>
</body>
Expand Down

0 comments on commit 8bd5e6f

Please sign in to comment.