Skip to content

Commit

Permalink
Merge pull request #160 from Nikita80230/favicon
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
Oksanamarusich authored Oct 6, 2024
2 parents 87c7cec + 43bb449 commit 72321fb
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,32 @@
<html lang="uk">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any" />
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any" /> -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />

<!-- Favicon for small devices -->
<!-- <link
<link
rel="icon"
type="image/svg+xml"
href="/favicon.svg"
media="(max-width: 320px)"
/> -->
/>

<!-- Favicon for medium devices -->
<!-- <link
<link
rel="icon"
type="image/svg+xml"
href="/favicon.svg"
media="(max-width: 768px)"
/> -->
media="(max-width: 564px)"
/>

<!-- Favicon for large devices -->
<!-- <link
<link
rel="icon"
type="image/svg+xml"
href="/favicon.svg"
media="(min-width: 769px)"
/> -->
media="(min-width: 564px)"
/>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Web application shop" />
Expand Down

0 comments on commit 72321fb

Please sign in to comment.