add favicon

This commit is contained in:
2025-05-30 12:53:04 +02:00
parent 3e9ad2dcb1
commit 9af2fa5c7f
4 changed files with 38 additions and 2 deletions

View File

@@ -3,13 +3,16 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.svg" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#10B981" />
<meta
name="description"
content="Track product prices and shopping events"
/>
<title>Product Tracker</title>
<title>Groceries Tracker</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>