Skip to content

Commit 6a9bc4c

Browse files
committed
Adding Favicon and Meta Description
1 parent e730c6e commit 6a9bc4c

File tree

9 files changed

+14
-1
lines changed

9 files changed

+14
-1
lines changed
Loading
Loading
Loading
-9.95 KB
Loading
Loading
-858 KB
Loading
Binary file not shown.

starter/09-Omnifood-Optimizations/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta
7+
name="description"
8+
content="Omnifood is an AI-powered food subscription that will make you eat healthy again"
9+
/>
610

711
<!-- Always include this line of code!!! -->
812
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
913

14+
<link rel="icon" href="img/favicon.png" />
15+
<link rel="apple-touch-icon" href="img/apple-touch-icon.png" />
16+
<link rel="manifest" href="manifest.webmanifest" />
1017
<link rel="preconnect" href="https://fonts.gstatic.com" />
1118
<link
1219
href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap"
@@ -32,7 +39,7 @@
3239
></script>
3340
<script defer src="js/script.js"></script>
3441

35-
<title>Omnifood</title>
42+
<title>Omnifood &mdash; Nerver cook again!</title>
3643
</head>
3744
<body>
3845
<header class="header">
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)