-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 1.27 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
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Dogs - Rede social para cachorros" />
<meta name="keywords"
content="cachorros, rede social, pets, animais de estimação" />
<meta name="author"
content="Nome do Autor" />
<meta name="robots"
content="index, follow" />
<meta property="og:title"
content="Dogs - Rede social para cachorros" />
<meta property="og:description"
content="Uma rede social dedicada aos amantes de cachorros." />
<meta property="og:image"
content="URL_da_imagem" />
<meta property="og:url"
content="URL_do_site" />
<meta property="og:type"
content="website" />
<meta name="twitter:card"
content="summary_large_image" />
<meta name="twitter:title"
content="Dogs - Rede social para cachorros" />
<meta name="twitter:description"
content="Uma rede social dedicada aos amantes de cachorros." />
<title>Red Pets</title>
</head>
<body>
<div id="root"></div>
<script type="module"
src="/src/index.jsx"></script>
</body>
</html>