Skip to content

Commit

Permalink
Merge pull request #99 from DaleStudy/favicon
Browse files Browse the repository at this point in the history
feat: add favicon
  • Loading branch information
DaleSeo authored Jul 3, 2024
2 parents e0785b3 + 44e957a commit ee5575e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Binary file added images/favicon-16x16.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 images/favicon-32x32.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 images/favicon.ico
Binary file not shown.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
></seo-meta-tag>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/images/favicon-16x16.png"
/>

<link rel="stylesheet" href="./global-styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down

0 comments on commit ee5575e

Please sign in to comment.