Skip to content

Commit

Permalink
feat: add fallback favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Nov 11, 2024
1 parent 042a15d commit 0257c91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added src/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<link rel="icon" type="image/svg+xml" href="./assets/favicon.svg" />
<link rel="alternate icon" type="image/png" href="./assets/favicon.png" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./css/styles.css" rel="stylesheet" />
Expand Down

0 comments on commit 0257c91

Please sign in to comment.