-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsucessod41d.html
188 lines (177 loc) · 5.12 KB
/
sucessod41d.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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="pt-BR">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
data-optimized="1"
rel="stylesheet"
href="assets/css/5921624bf5bbe4c8c091ef09226fa76f.css"
/>
<meta name="author" content="Daanrox" />
<meta name ="theme-color" content="#21983c"/>
<meta name="description" content="Códigos Lucrativos" />
<link rel="preconnect" href="../fonts.googleapis.com/index.html" />
<link rel="preconnect" href="../fonts.gstatic.com/index.html" crossorigin />
<link
data-optimized="1"
href="assets/css/1c7a3d2ee9759dc256d915300855c494.css"
rel="stylesheet"
/>
<link
data-optimized="1"
href="assets/css/ba9cbbe9240a489628be8eb27c56db8a.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/animated.css" />
<link rel="icon" href="./assets/images/meta/money.png" />
<title>Codigos Lucrativos</title>
</head>
<body>
<div class="menu">
<a><img src="assets/images/logo.png" /></a>
<div class="buttons-container">
<div class="valor-box">
<span id="valor" style="font-family: 'Montserrat', sans-serif"
>R$ 205.50</span
>
</div>
</div>
</div>
<div style="margin-bottom: 100px"></div>
<div id="p1" style="display: block">
<div class="slogan-inicio">
<div>
<p
style="
color: white;
font-weight: bold;
font-size: 20px;
padding-top: 15px;
"
>
Pronto!
</p>
</div>
</div>
<div style="margin-bottom: 20px"></div>
<div class="white-box">
<label
style="
background-color: #e2e8ef;
padding: 10px;
border-radius: 12px;
text-align: center;
width: 100%;
margin-bottom: 10px;
line-height: 1.3rem;
"
>Você recebeu o seu saque teste de <b>10 CENTAVOS</b> em nome de
<b>"Suitpay".</b> Verifique suas notificações ou extrato
bancário!</label
>
<label
style="
background-color: #e2e8ef;
padding: 10px;
border-radius: 12px;
text-align: center;
width: 100%;
margin-bottom: 10px;
line-height: 1.3rem;
"
>Agora basta <b>realizar</b> mais 7 confirmações de códigos para
realizar seu <b>1º saque!</b></label
>
<div class="row">
<a
style="height: 50px; text-align: center; padding: 13px"
href="codappd41d.html?"
class="enviarCodigo"
>CONTINUAR</a
>
</div>
</div>
<div class="popup-container" id="popupB1">
<script
data-optimized="1"
src="assets/js/c53f77ae20425ecce9172a7e108fa681.js"
></script>
<lord-icon
src="assets/json/xzksbhzh.json"
trigger="loop"
delay="1000"
colors="primary:#08a88a,secondary:#ebe6ef"
style="width: 125px; height: 125px; display: flex; margin: 0 auto"
></lord-icon>
<span class="popup-text" style="font-size: 20px"
>Saldo atualizado!</span
>
<span class="popup-text" style="font-size: 20px">Você recebeu:</span>
<span
class="popup-text"
style="
font-size: 40px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
margin-top: -20px;
"
>R$ 27,00</span
>
<span class="popup-text" style="font-size: 20px"
>pelo código da Apple</span
>
</div>
</div>
<script>
var message = "";
function clickIE() {
if (document.all) {
message;
return false;
}
}
function clickNS(e) {
if (document.layers || (document.getElementById && !document.all)) {
if (e.which == 2 || e.which == 3) {
message;
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = clickNS;
} else {
document.onmouseup = clickNS;
document.oncontextmenu = clickIE;
}
document.oncontextmenu = new Function("return false");
document.onkeypress = function (event) {
if (e.ctrlKey && e.keyCode === 123) {
return false;
}
};
document.onkeydown = function (e) {
if (e.ctrlKey && e.keyCode === 85) {
return false;
}
};
</script>
</body>
<footer>
<p
style="
color: #ffffff;
text-align: center;
font-size: 12px;
margin-top: 10px;
"
>
©️ 2023 Todos os direitos reservados.
</p>
</footer>
</html>