Skip to content

Commit

Permalink
Add favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibanami committed Jul 12, 2024
1 parent ef77a27 commit 5b26994
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
Binary file added docs/assets/icons/icon-144x144.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 docs/assets/icons/icon-180x180.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 docs/assets/icons/icon-48x48.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 docs/assets/icons/icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions docs/assets/icons/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<meta name="description" content="">
<title></title>

<link rel="icon" type="image/png" href="./assets/icons/icon-48x48.png" sizes="48x48">
<link rel="icon" type="image/png" href="./assets/icons/icon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="./assets/icons/icon-144x144.png" sizes="144x144">
<link rel="icon" href="./assets/icons/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="./assets/icons/icon-180x180.png" sizes="180x180">

<!-- Themes (light + dark) -->
<link rel="stylesheet" media="(prefers-color-scheme: dark)"
href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
Expand Down

0 comments on commit 5b26994

Please sign in to comment.