-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fixador.html
48 lines (48 loc) · 1.89 KB
/
Fixador.html
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/lovely.css">
<title>Fixador</title>
</head>
<body>
<header class="cabecalho">
<div>
<h1>Lovely Makeupp</h1>
</div>
</header>
<nav class="menu">
<ul>
<li><a href="index.html" target="_self" class="home">Home</a></li>
<li><a href="https://www.tiktok.com/@lovelymakeuupp_?_t=8bBtKZrxLXR&_r=1" target="_blank" class="tiktok">TikTok</a></li>
<li><a href="https://instagram.com/lovelymakeuupp_?igshid=YmMyMTA2M2Y=" target="_blank" class="instagram">Instagram</a></li>
<li><a href="https://api.whatsapp.com/send?phone=5531989704351" target="_blank" class="whatsapp">WhatsApp</a></li>
</ul>
</nav>
<div class="grid">
<div class="col">
<div class="col-content">
<img src="assets/img/Maquiagens/Fixador/fixador maquiagem.jpeg" alt="Esfoliante">
<h2>Fixador de Maquiagem Phállebeauty</h2>
<p class="preco">Preço: R$ 20,00</p>
<p class="compra">
<a href="https://api.whatsapp.com/send?phone=5531989704351" target="_blank" class="compra-btn">COMPRAR</a>
</p>
</div>
</div>
<!-- Se não houver produtos
<div class="sem-produtos">
<img src="assets/img/esgotado.jpg" alt="Sem Produtos">
<h2>Não há produtos disponíveis no momento.</h2>
<p>Confira novamente em breve ou entre em contato conosco para obter informações adicionais.</p>
</div>
-->
</div>
<footer class="rodape">
<div class="info">
<p>© 2023 Lovely Makeupp. Todos os direitos reservados.</p>
</div>
</footer>
</body>
</html>