-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (39 loc) · 1.96 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
44
45
46
47
48
<!doctype html>
<html lang="pt-br">
<head>
<!-- Configurações Básicas -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" type="image/webp" href="src/imagens/logos/favicon.webp" />
<!-- SEO -->
<title>Arte Visual | Agência de mídias sociais</title>
<meta name="description" content="Agência de mídias sociais" />
<meta name="keywords"
content="design, designer, criacao de conteusos, redes sociais, savio, unicosavio, unico, savio morais, gestao de midias sociais, huta, hutadev, hutauta, hutauta dev, huta developer, helio, helio carlitos, helio carlitos antonio" />
<meta name="author" content="Hutauta Developer" />
<meta name="robots" content="index, follow" />
<!-- Open Graph (Para Redes Sociais) -->
<meta property="og:title" content="Arte Visual | Agência de mídias sociais" />
<meta property="og:description" content="Agência de mídias sociais" />
<meta property="og:image" content="src/imagens/gerais/demo.webp" />
<meta property="og:url" content="https://artevisual.vercel.app" />
<meta property="og:type" content="website" />
<!-- Twitter Cards -->
<meta name="twitter:card" content="src/imagens/gerais/demo.webp" />
<meta name="twitter:title" content="Arte Visual" />
<meta name="twitter:description" content="Agência de mídias sociais" />
<meta name="twitter:image" content="src/imagens/gerais/demo.webp" />
<!-- Links Importantes -->
<link rel="canonical" href="https://www.hutadev.com/" />
<link rel="manifest" href="/manifest.json" />
<link rel="stylesheet" href="src/styles/global.css" />
<!-- Pré-carregamento de imagens -->
<link rel="preload" href="src/imagens/svg/onda_1.svg" as="image" />
<link rel="preload" href="src/imagens/svg/onda_2.svg" as="image" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx" defer></script>
</body>
</html>