-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.57 KB
/
index.html
File metadata and controls
29 lines (25 loc) · 1.57 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
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.jpg" type="image/jpeg">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kids Plate Pals - Refeições Saudáveis para Crianças no Canadá</title>
<meta name="description" content="Refeições congeladas naturais e divertidas para crianças aventureiras. Cotoletas de frango em formato de animais, livres de alergias. Perfeito para escolas e creches no Canadá." />
<meta name="author" content="Kids Plate Pals" />
<meta property="og:title" content="Kids Plate Pals - Refeições Saudáveis para Crianças Aventureiras" />
<meta property="og:description" content="Refeições naturais, rápidas e seguras contra alergias para crianças. Cadastre-se para receber amostras grátis!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@KidsPlatePals" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>