Skip to content

Commit

Permalink
add favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgelio committed Aug 31, 2024
1 parent 6d73087 commit ca831e4
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 6 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#00B37E" />
<meta name="theme-color" content="#E11D48" />

<link rel="icon" href="icons/favicon.svg" />
<link rel="mask-icon" href="icons/mask-icon.svg" color="#00B37E" />
<link rel="icon" href="favicon.ico" sizes="32x32" />
<link rel="icon" href="icons/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png" />
<link rel="manifest" href="icons/manifest.json" />
<link rel="manifest" href="icons/manifest.webmanifest" />

<title>pizza.shop</title>

Expand Down
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/icons/favicon.svg
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 public/icons/icon-192.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 public/icons/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/icons/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Pizza Shop",
"short_name": "PizzaShop",
"icons": [
{
"src": "icon-512.png",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"sizes": "192x192"
}
]
}

0 comments on commit ca831e4

Please sign in to comment.