-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.29 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Forkify is a recipe app that provides step by step tutorials, videos, calorie counter and grocery list generator"
/>
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Forkify" />
<meta
property="og:image"
content="https://i.ibb.co/NKY5RgP/Screenshot-from-2022-10-07-20-49-20.png"
/>
<meta
property="og:description"
content="Fokify is a wonderfull recipes app. Find here the best recipes from all over the world. You can search a recipe by name, main ingredient or even just the first letter."
/>
<meta property="og:url" content="https://recipes-app.pages.dev/" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:type" content="website" />
<meta property="article:published_time" content="2022-10-07" />
<meta name="author" content="Anderson Felipe Paixão Corrêa" />
<title>Forkify</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>