-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (20 loc) · 1.21 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
<!DOCTYPE html>
<html lang="pt-AO">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Edlávio, Pedro Alberto">
<meta name="keywords" content="Filmes, Filme, Informação de filmes, Pesquisa de filmes, Catálogo de filmes, Lista de filmes, Novos filmes, Lançamentos de filmes, Classificação de filmes, Avaliações de filmes, Filmes populares">
<meta name="description" content="HiMovie é um site feito para amantes de filmes, onde podes pesquisar e ver as informações do filme que desejares.">
<meta name="google-site-verification" content="6LQkrlFRMip6WMd5qm9SGnB8_rDac2a4HhO31GZlE0M" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<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=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<title>HiMovie | Feito para amantes de filmes</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>