-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (78 loc) · 2.08 KB
/
index.html
File metadata and controls
81 lines (78 loc) · 2.08 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<title>Constru.rapi</title>
<meta
name="description"
content="Os materiais de construção que você precisa na palma da sua mão!"
/>
<meta name="author" content="Construrapi" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="shortcut icon" href="assets/images/icons/favicon.ico" />
<link
rel="apple-touch-icon"
href="assets/images/icons/apple-touch-icon.png"
/>
<link
rel="apple-touch-icon"
href="assets/images/icons/apple-touch-icon-57x57.png"
sizes="57x57"
/>
<link
rel="apple-touch-icon"
href="assets/images/icons/apple-touch-icon-72x72.png"
sizes="72x72"
/>
<link
rel="apple-touch-icon"
href="assets/images/icons/apple-touch-icon-76x76.png"
sizes="76x76"
/>
<link
rel="apple-touch-icon"
href="assets/images/icons/apple-touch-icon-114x114.png"
sizes="114x114"
/>
<link
rel="apple-touch-icon"
href="assets/images/icons/apple-touch-icon-120x120.png"
sizes="120x120"
/>
<link
rel="apple-touch-icon"
href="assets/images/icons/apple-touch-icon-144x144.png"
sizes="144x144"
/>
<link
rel="apple-touch-icon"
href="assets/images/icons/apple-touch-icon-152x152.png"
sizes="152x152"
/>
<link
rel="apple-touch-icon"
href="assets/images/icons/apple-touch-icon-180x180.png"
sizes="180x180"
/>
</head>
<body>
<div id="content">
<header>
<img src="assets/images/logo.png" alt="Constru.rapi" class="logo" />
<div id="title">
<span>Constru.rapi</span>
<img src="assets/images/check-icon.png" class="check-icon" />
</div>
</header>
<div id="links"></div>
<footer>
<span>© Construrapi</span>
</footer>
</div>
<script type="module" src="index.js"></script>
</body>
</html>