-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.51 KB
/
index.html
File metadata and controls
37 lines (34 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/3.png" type="image/png">
<title>OsCria Store</title>
<link rel="stylesheet" href="css/e-commerce.CSS">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&family=Phudu:wght@300..900&family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
</head>
<body>
<img src="images/3.png">
<div class="animacao">
<i class="bi bi-laptop"></i>
<i class="bi bi-phone"></i>
<i class="bi bi-gear"></i>
</div>
<h1>Site em construção</h1>
<p>Para maiores informações fale conosco em nosso Whatsapp</p>
<div class="botoes-links">
<ul class="btn-links">
<a href="https://wa.me/message/WW6YJYOPTCO3B1" target="_blank">
<li style="--cor1: #075E54; --cor2: #129944; --cor3:#25D366;">
<span class="icon"><i class="bi bi-whatsapp"></i></span>
<span class="text">Whatsapp</span>
</li>
</a>
</ul>
</div>
</body>
</html>