Skip to content

Commit

Permalink
Add Favicon (#22)
Browse files Browse the repository at this point in the history
* 🎨 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
  • Loading branch information
hf-krechan authored May 21, 2024
1 parent a6fa5ee commit 222913f
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 1 deletion.
Binary file added src/assets/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/favicon/favicon.ico
Binary file not shown.
76 changes: 76 additions & 0 deletions src/assets/favicon/hf_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/favicon/hf_logo_192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/favicon/hf_logo_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/favicon.ico
Binary file not shown.
11 changes: 10 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@
<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 -->
</head>

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

0 comments on commit 222913f

Please sign in to comment.