-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 1.75 KB
/
Copy pathindex.html
File metadata and controls
49 lines (46 loc) · 1.75 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Argos Residence | O Lugar Certo, do Jeito Certo</title>
<meta
name="description"
content="Argos Residence — o lugar certo, do jeito certo. Mais informações em breve."
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Argos Residence | O Lugar Certo, do Jeito Certo" />
<meta
property="og:description"
content="Argos Residence — o lugar certo, do jeito certo. Mais informações em breve."
/>
<meta property="og:image" content="./inicial.jpg" />
<meta property="og:locale" content="pt_BR" />
<link rel="stylesheet" href="styles.css?v=3" />
</head>
<body>
<main class="hero" role="main" aria-label="Capa Argos Residence">
<div class="overlay" aria-hidden="true"></div>
<section class="content">
<h1>
<span>O LUGAR CERTO,</span>
<span>DO JEITO CERTO.</span>
</h1>
<p>Argos Residence — mais informações em breve.</p>
</section>
<a
class="whatsapp-cta"
href="https://wa.me/5511921991337?text=Visitei%20o%20site%20e%20quero%20saber%20mais%20sobre%20o%20empreendimento%20Argos%20Residence"
target="_blank"
rel="noopener noreferrer"
aria-label="Falar no WhatsApp sobre o empreendimento Argos Residence"
>
Falar no WhatsApp
</a>
<small class="copyright">© Argos Residence</small>
</main>
</body>
</html>