-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheck-email.html
More file actions
1 lines (1 loc) · 1.07 KB
/
check-email.html
File metadata and controls
1 lines (1 loc) · 1.07 KB
1
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>Check your email — SlickQuant</title><script src="https://cdn.tailwindcss.com"></script></head><body class="bg-slate-950 text-slate-100" style="font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif"><main class="min-h-screen grid place-items-center px-4"><div class="max-w-lg text-center space-y-4"><h1 class="text-4xl font-extrabold">Check your inbox 📬</h1><p class="text-slate-300">We’ve sent a confirmation link to your email. Please click it to confirm your subscription.</p><ul class="text-slate-300 text-left list-disc list-inside space-y-1"><li>Use the same browser to avoid tracking blockers.</li><li>Check Spam/Promotions.</li><li>Still stuck? Email <a class="text-sky-300 underline" href="mailto:hello@slickquant.com">hello@slickquant.com</a>.</li></ul><a href="index.html" class="inline-block border border-white/10 hover:bg-white/5 px-5 py-3 rounded-xl font-semibold">Back to home</a></div></main></body></html>