-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 1.88 KB
/
index.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PÁGINA INICIAL</title>
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
<header class="cabecalho">
<nav class="cabecalho__menu">
<a class="cabecalho__menu__link" href="index.html">PÁGINA INICIAL</a>
<a class="cabecalho__menu__link" href="about.html">COMO FUNCIONA</a>
<a class="cabecalho__menu__link" href="agradecimentos.html">NOSSOS USUÁRIOS</a>
</nav>
</header>
<main class="panfleto">
<section class="panfleto__conteudo">
<h1 class="panfleto__conteudo__titulo"> TIGER <strong class="titulo-destaque">CASHBACK</strong></h1>
<p class="panfleto__conteudo__texto"> Olá, sou um Engenheiro de Sofware com vasta atuação em empresas de apostas.
Ao longo da minha carreira, tive acesso aos códigos e mecanismos internos que controlam as plataformas. E agora,
estou disposto a usar esse conhecimento para ajudar você a recuperar valores perdidos, e até mesmo lucrar.
<strong class="sub-titulo-destaque"> Seja rápido, antes que os Desenvolvedores corrijam os erros, e tire os bug
da plataforma.</strong></p>
<div class="panfleto__links">
<h2 class="panfleto__acesso">NOSSOS ACESSOS:</h2>
</div>
<section>
<a class="panfleto__pagante" href="https://camarotepg.cc/?id=34444731">LUCRO RÁPIDO</a>
</section>
<a class="panfleto__pagante" href="https://camarotepg.cc/?id=34444731">MEGA GANHO</a>
</section>
</section>
<img class="panfleto__imagem" src="assets/dd.png" alt = "foto do tigrinho" class="foto__tigrinho">
</main>
<footer class="rodape">
<p>Desenvolvido por BrokenSoftLabs</p>
</footer>
</body>
</html>