-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 790 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (28 loc) · 790 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Levpay</title>
<meta name="theme-color" content="#1697d6" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="./css/style.css" />
</head>
<body>
<div class="container">
<img src="./assets/logo_white.svg" />
<p class="slogan">
Instant payments in Brazil
</p>
<div class="contact">
<p class="fone">
<span class="text">Fone</span>
<span class="value">+55 (11) 4858-9936</span>
</p>
<p class="email">
<span class="text">Email</span>
<span class="value">atendimento@levpay.com</span>
</p>
</div>
</div>
</body>
</html>