-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (182 loc) · 8.97 KB
/
index.html
File metadata and controls
206 lines (182 loc) · 8.97 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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>💔 Ele não te procura mais? Descubra o que fazer AGORA</title>
<meta property="og:title" content="💔 Ele não te procura mais? Descubra o que fazer AGORA"/>
<meta property="og:description" content="Pare de se humilhar! Existe uma forma de fazer ele voltar sem correr atrás. Última chance."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png"/>
<style>
:root{
--bg:#0b1220; --card:#0f172a; --text:#e5e7eb; --muted:#94a3b8;
--accent:#25d366; --danger:#ef4444; --warning:#f59e0b;
}
*{box-sizing:border-box}
html,body{margin:0;background:radial-gradient(1200px 600px at 50% -10%, #1f2a44, #0b1220);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Inter,Roboto,Arial,sans-serif}
a{text-decoration:none;color:inherit}
.wrap{max-width:420px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}
.card{margin:18px;border-radius:18px;background:linear-gradient(180deg,#111827 0%, #0f172a 80%);box-shadow:0 12px 40px rgba(0,0,0,.35);overflow:hidden}
.header{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}
.logo{font-weight:800;letter-spacing:.3px}
.live{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--muted)}
.dot{width:8px;height:8px;border-radius:50%;background:var(--danger);box-shadow:0 0 0 6px rgba(239,68,68,.18)}
.hero{padding:18px 16px 8px;text-align:center}
.h1{font-size:18px;margin:4px 0 10px;line-height:1.3}
.timer{font-variant-numeric:tabular-nums;background:rgba(255,255,255,.06);
display:inline-flex;align-items:center;justify-content:center;
padding:10px 14px;border-radius:12px;font-weight:900;font-size:42px;letter-spacing:1px}
.sub{color:var(--muted);font-size:13px;margin:10px 0 14px;line-height:1.4}
.cta{margin:0 16px 12px}
.btn{display:flex;align-items:center;justify-content:center;gap:10px;
width:100%;background:var(--accent);color:#053;font-weight:900;
padding:16px;border-radius:14px;font-size:16px;box-shadow:0 12px 24px rgba(37,211,102,.28)}
.btn:active{transform:translateY(1px)}
.pulse{animation:pulse 1.4s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.45)}
70%{box-shadow:0 0 0 18px rgba(37,211,102,0)}100%{}}
.bullets{padding:10px 16px 18px;border-top:1px solid rgba(255,255,255,.06)}
.bullets li{margin:8px 0;color:var(--muted);font-size:14px;line-height:1.4}
.bullets b{color:#a7f3d0}
.hint{color:var(--muted);font-size:12px;text-align:center;margin:6px 0 16px}
.sticky{position:fixed;left:12px;right:12px;bottom:14px;z-index:50;
background:var(--accent);color:#053;font-weight:900;text-align:center;
padding:14px 18px;border-radius:999px;box-shadow:0 12px 24px rgba(0,0,0,.35);
transform:translateY(120%);transition:transform .28s}
.sticky.show{transform:translateY(0)}
.pain-point{background:rgba(239,68,68,0.1);margin:16px;padding:16px;border-radius:12px;border-left:3px solid #ef4444}
.pain-point h3{color:#ef4444;font-size:14px;margin:0 0 8px;font-weight:700}
.pain-point p{color:#e5e7eb;font-size:13px;margin:0;line-height:1.4}
@media (max-width:430px){.card{margin:0;border-radius:0}}
</style>
<script src="https://go.drimartini.com.br/uniprelpclick.js?attribution=lastpaid&cookiedomain=drimartini.com.br&cookieduration=90&defaultcampaignid=68abb340c3e703571179254f®viewonce=false"></script>
<script>
(function () {
const POSTBACK_BASE = "https://go.drimartini.com.br/postback";
const TYPE = "viewcontent";
const CANDIDATE_KEYS = ["rtkclickid-store", "rtkclickid", "_rtkclickid", "clickid", "rtk_cid", "rtkcid"];
function getCookie(name) {
const map = document.cookie.split(";").reduce((acc, part) => {
const [k, ...rest] = part.split("=");
if (!k) return acc;
const key = k.trim();
const val = rest.join("=").trim();
acc[key] = val;
return acc;
}, {});
return map[name];
}
function fromCookies() {
for (const k of CANDIDATE_KEYS) {
const v = getCookie(k);
if (v) return v;
}
}
function fromStorage(storage) {
try {
for (const k of CANDIDATE_KEYS) {
const v = storage.getItem(k);
if (v) return v;
}
} catch {}
}
function fromUrl() {
try {
const p = new URLSearchParams(location.search);
for (const k of CANDIDATE_KEYS) {
const v = p.get(k);
if (v) return v;
}
} catch {}
}
function getClickId() {
return (
fromCookies() ||
fromStorage(sessionStorage) ||
fromStorage(localStorage) ||
fromUrl() ||
null
);
}
function sendPostback(clickid) {
const url = `${POSTBACK_BASE}?clickid=${encodeURIComponent(clickid)}&type=${encodeURIComponent(TYPE)}`;
fetch(url, { method: "GET", mode: "no-cors", cache: "no-store" })
.then(() => console.log("[postback] enviado:", url))
.catch(err => console.error("[postback] erro:", err));
}
function trySend(attempt = 1) {
const cid = getClickId();
if (cid) {
console.log("[postback] clickid encontrado em tentativa", attempt, "=>", cid);
sendPostback(cid);
} else if (attempt < 5) {
setTimeout(() => trySend(attempt + 1), 250);
} else {
console.warn("[postback] sem clickid após tentativas; não enviando.");
}
}
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", () => trySend());
} else {
trySend();
}
})();
</script>
</head>
<body>
<main class="wrap" role="main" aria-label="Pré-LP com foco na dor">
<section class="card">
<div class="header">
<div class="logo">Efeito Nostalgia</div>
<div class="live"><span class="dot"></span><span><b id="v1">326</b> assistindo</span></div>
</div>
<div class="hero">
<div class="h1">💔 Ele não te procura mais?<br><span style="color: #ef4444; font-size: 16px;">PARE de se humilhar!</span></div>
<div id="clock" class="timer">05:00</div>
<div class="sub">Cada mensagem que você manda o afasta mais. <strong>Existe uma forma</strong> de fazer ele voltar sem correr atrás. Esta é sua última chance.</div>
</div>
<div class="pain-point">
<h3>⚠️ VOCÊ ESTÁ COMETENDO ESTES ERROS:</h3>
<p>• Mandando mensagem desesperada<br>• Tentando fazer ciúmes<br>• Implorando para voltar<br>• Correndo atrás dele</p>
</div>
<div class="cta">
<a class="btn pulse" href="https://go.drimartini.com.br/preclick" aria-label="Descobrir como fazer ele voltar">
💔 SIM! Quero parar de me humilhar — ⏳ <b id="tBtn">05:00</b>
</a>
</div>
<ul class="bullets" aria-label="O que você descobrirá">
<li><b>🚫 Os 5 erros que você está cometendo</b> e que o afastam cada vez mais</li>
<li><b>💔 Por que ele não te procura mais</b> (a verdade que ninguém te conta)</li>
<li><b>⚡ Como fazer ele sentir sua falta</b> sem mandar uma mensagem sequer</li>
<li><b>🎯 A técnica que faz ele voltar atrás</b> pedindo uma segunda chance</li>
</ul>
<div style="background: rgba(255,255,255,0.03); margin: 16px; padding: 16px; border-radius: 12px; border-left: 3px solid #25d366;">
<div style="font-size: 13px; color: #a7f3d0; margin-bottom: 8px;">💬 <strong>Ana, 29 anos:</strong></div>
<div style="font-size: 14px; color: #e5e7eb; font-style: italic;">"Parei de me humilhar e ele voltou em 3 dias. Não acredito que funcionou!"</div>
</div>
<div style="background: rgba(239,68,68,0.1); margin: 0 16px 16px; padding: 12px; border-radius: 10px; border: 1px solid rgba(239,68,68,0.3); text-align: center;">
<div style="font-size: 12px; color: #ef4444; font-weight: 600; margin-bottom: 4px;">⚠️ ATENÇÃO: CONTEÚDO SERÁ REMOVIDO EM</div>
<div style="font-size: 14px; color: #e5e7eb; font-weight: 700;">Apenas 2.847 mulheres já descobriram este método</div>
<div style="font-size: 11px; color: #94a3b8; margin-top: 4px;">Após o timer zerar, este acesso será bloqueado permanentemente</div>
</div>
</section>
</main>
<a href="https://go.drimartini.com.br/preclick" class="sticky" id="sticky">💔 Parar de me humilhar — ⏳ <b id="tSticky">05:00</b></a>
<script>
(function(){
const D=5*60;
const clock=document.getElementById('clock');
const tBtn=document.getElementById('tBtn');
const tSticky=document.getElementById('tSticky');
let t=D;
const pad=n=>String(n).padStart(2,'0');
function setAll(txt){clock.textContent=txt; tBtn.textContent=txt; tSticky.textContent=txt;}
(function tick(){const m=Math.floor(t/60),s=t%60,txt=pad(m)+':'+pad(s); setAll(txt); if(t>0){t--; setTimeout(tick,1000);} })();
const v1=document.getElementById('v1'); let v=320+Math.floor(Math.random()*40);
setInterval(()=>{v=Math.max(250,Math.min(420,v + (Math.random()>.5?1:-1)*Math.floor(Math.random()*3))); v1.textContent=v;},3000);
setTimeout(()=>document.getElementById('sticky').classList.add('show'),6000);
})();
</script>
</body>
</html>