-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 944 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="pt">
<head>
<!-- Metadados e recursos -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Casttêdo Valley</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap" rel="stylesheet">
<!-- Favicon (ícone da aba) -->
<link rel="icon" href="./src/assets/cv-logo-castanho.svg" />
<!-- Meta descrição (SEO) -->
<meta name="description" content="Vinhos de excelência DOC Douro.">
<!-- Open Graph (partilha em redes sociais) -->
<meta property="og:title" content="Casttêdo Valley - DOC Douro">
<meta property="og:image" content="./src/assets/cv-logo-castanho.png">
</head>
<body>
<!-- Container raiz do React -->
<div id="root"></div>
<!-- Script que inicia a aplicação -->
<script type="module" src="/src/main.jsx"></script>
</body>
</html>