forked from Majboor/fridge-fusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.87 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fridge-to-Feast - Transform Your Ingredients Into Delicious Meals</title>
<meta name="description" content="Upload a photo of your fridge contents and get personalized recipes. AI-powered recipe generation for ingredients you already have." />
<meta name="author" content="Fridge-to-Feast" />
<meta name="keywords" content="recipe generator, food ai, cooking app, ingredient recognition, meal planner, food waste reduction" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fridgetofeast.com/" />
<meta property="og:title" content="Fridge-to-Feast - AI-Powered Recipe Generator" />
<meta property="og:description" content="Transform your fridge contents into delicious meals with our AI recipe generator. No more food waste!" />
<meta property="og:image" content="https://i.ibb.co/nM2dKq8D/Screenshot-2025-02-28-at-7-37-49-PM.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://fridgetofeast.com/" />
<meta property="twitter:title" content="Fridge-to-Feast - AI-Powered Recipe Generator" />
<meta property="twitter:description" content="Transform your fridge contents into delicious meals with our AI recipe generator. No more food waste!" />
<meta property="twitter:image" content="https://i.ibb.co/nM2dKq8D/Screenshot-2025-02-28-at-7-37-49-PM.png" />
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>