Skip to content

Commit 6731ad8

Browse files
committed
feat: Adding Favicon and Meta Description
1 parent 2403b4c commit 6731ad8

File tree

7 files changed

+17
-1
lines changed

7 files changed

+17
-1
lines changed
Loading
20.8 KB
Loading
15.2 KB
Loading
Loading
-9.95 KB
Loading

starter/07-Omnifood-Desktop/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Omnifood</title>
7+
8+
<link rel="icon" href="img/favicon.png" />
9+
<link rel="apple-touch-icon" href="img/apple-touch-icon.png" />
10+
<link rel="manifest" href="manifest.webmanifest" />
11+
12+
<title>Omnifood &mdash; Never cook again!</title>
13+
14+
<meta
15+
name="description"
16+
content="Omnifood is an AI-powered food subscription that will make you eat healthy again, 365 days per year. It's tailored to your personal tastes and nutritional needs."
17+
/>
818

919
<link rel="preconnect" href="https://fonts.googleapis.com" />
1020
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"icons": [
3+
{ "src": "/img/favicon-192.png", "type": "image/png", "sizes": "192x192" },
4+
{ "src": "/img/favicon-512.png", "type": "image/png", "sizes": "512x512" }
5+
]
6+
}

0 commit comments

Comments
 (0)