-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuccess.html
More file actions
55 lines (51 loc) · 2.4 KB
/
Copy pathsuccess.html
File metadata and controls
55 lines (51 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>You're in — ReplyMind</title>
<meta name="robots" content="noindex" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/shared.css">
</head>
<body>
<header class="site-nav">
<div class="nav-inner">
<a class="wordmark" href="/">Reply<em>Mind</em></a>
<nav class="nav-links">
<a href="/#pricing">Pricing</a>
<a class="button" href="https://chromewebstore.google.com/detail/pjoibapolglmhhkgfilpgailpjmiekai">Install free</a>
</nav>
</div>
</header>
<div class="page-container" style="max-width: 520px; text-align: center; margin: 40px auto;">
<div class="check-badge" style="margin: 0 auto 20px;">✓</div>
<h1 class="page-title" style="margin-bottom: 8px;">Payment complete. You're in.</h1>
<p style="margin-bottom: 32px;">Your plan is now linked to your ReplyMind account. No codes to copy, nothing to paste.</p>
<div class="highlight-box" style="text-align: left; margin-bottom: 28px;">
<h3 style="margin-bottom: 14px;">Finish in 10 seconds</h3>
<ol style="margin: 0; padding-left: 20px;">
<li style="margin-bottom: 10px;">Click the <strong>ReplyMind</strong> icon in your Chrome toolbar.</li>
<li style="margin-bottom: 10px;">If it still shows Free, click <strong>Sign out</strong> and sign back in. Your new plan appears instantly.</li>
<li>That's it. Every reply is now unlocked.</li>
</ol>
</div>
<p style="font-size: 13px; line-height: 1.6;">Paid with a different email than your ReplyMind account? Just create or sign into an account with the email you paid with and the upgrade applies automatically. Need a hand? <a href="mailto:hello@replymind.xyz">hello@replymind.xyz</a></p>
</div>
<footer class="site-footer">
<div class="footer-inner">
<span>© 2026 ReplyMind by TIGERBESTBRANDS LLC</span>
<div class="footer-links">
<a href="/privacy.html">Privacy</a>
<a href="/terms.html">Terms</a>
<a href="/refund.html">Refund</a>
<a href="/support.html">Support</a>
<a href="mailto:hello@replymind.xyz">Contact</a>
</div>
</div>
<div class="footer-inner">
<span class="footer-address">5830 EAST 2ND ST. PMB 90171, CASPER, WY 82609</span>
</div>
</footer>
</body>
</html>