-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (50 loc) · 2.64 KB
/
index.html
File metadata and controls
56 lines (50 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content" />
<!-- Primary Meta Tags -->
<meta name="description" content="Chef Groq - Your AI Recipe Maker">
<meta name="keywords" content="chef, groq, food, recipe, ingredients, AI, dishes, dish, recipes, ingredient, cook, cooking">
<meta name="author" content="Ayman Soliman">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="theme-color" content="#ffffff">
<meta name="color-scheme" content="light">
<!-- Canonical URL -->
<link rel="canonical" href="https://chefgroq.vercel.app">
<!-- Preconnect to required origins for faster loading -->
<link rel="preconnect" href="https://res.cloudinary.com" crossorigin>
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/chef.png" />
<link rel="apple-touch-icon" href="/chef.png" sizes="180x180">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Chef Groq">
<meta property="og:url" content="https://chefgroq.vercel.app">
<meta property="og:title" content="Chef Groq - Your AI Recipe Maker">
<meta property="og:description" content="Generate a recipe from your list of ingredients with Chef Groq.">
<meta property="og:image" content="https://res.cloudinary.com/dxlofja7z/image/upload/v1769793314/Chef_Groq_gykqtk.png">
<meta property="og:image:alt" content="Chef Groq - Your AI Recipe Maker">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@a_soliman1783">
<meta name="twitter:creator" content="@a_soliman1783">
<meta name="twitter:url" content="https://chefgroq.vercel.app">
<meta name="twitter:title" content="Chef Groq - Your AI Recipe Maker">
<meta name="twitter:description" content="Generate a recipe from your list of ingredients with Chef Groq.">
<meta name="twitter:image" content="https://res.cloudinary.com/dxlofja7z/image/upload/v1769793314/Chef_Groq_gykqtk.png">
<meta name="twitter:image:alt" content="Chef Groq - Your AI Recipe Maker">
<title>Chef Groq</title>
</head>
<body>
<!---->
<div id="root"></div>
<!---->
<script type="module" src="/src/main.jsx"></script>
</body>
</html>