Skip to content

Commit

Permalink
🎨 Add favicon 😝
Browse files Browse the repository at this point in the history
  • Loading branch information
typio committed Mar 8, 2024
1 parent e6b9865 commit 64d05e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:[email protected]&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
media="(prefers-color-scheme:light)"
type="image/webp"
sizes="16x16"
href="/zonzai-icon.webp"
/>
<link
rel="icon"
media="(prefers-color-scheme:dark)"
type="image/webp"
sizes="16x16"
href="/zonzai-icon-dark.webp"
/>
</head>

<body>
Expand Down
Binary file added web/zonzai-icon-dark.webp
Binary file not shown.
Binary file added web/zonzai-icon.webp
Binary file not shown.

0 comments on commit 64d05e0

Please sign in to comment.