-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.39 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.39 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Hent - Alugueis simplificados</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap" rel="stylesheet">
<link href="./style.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
!(function(o, c) {
var n = c.documentElement,
t = " w-mod-";
(n.className += t + "js"),
("ontouchstart" in o ||
(o.DocumentTouch && c instanceof DocumentTouch)) &&
(n.className += t + "touch");
})(window, document);
</script>
<link href="./favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="./hent-icon.png" rel="apple-touch-icon" />
</head>
<body>
<div class="container">
<div class="section-2">
<h1 class="heading-2"><span class="text-span">Hent</span></h1>
</div>
<div class="section">
<div class="text-block">Alugueis simplificados<br /></div>
<div class="text-block-2">
Para proprietários, corretores e inquilinos.
</div>
</div>
<div class="section-3">
<a href="mailto:alugecom@hent.com.br" class="button btn"><span>Fale com a gente</span></a>
</div>
</div>
</body>
</html>