-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFree.html
More file actions
13 lines (13 loc) · 1.55 KB
/
Copy pathFree.html
File metadata and controls
13 lines (13 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>RetireSec Free</title>
<style>body{background:#0a1426;color:#e6eefc;font-family:system-ui;padding:0} .card{background:#15233f;border:1px solid #20365f;border-radius:16px;padding:24px;max-width:700px;margin:30px auto} .btn{display:block;padding:16px;border-radius:10px;text-align:center;font-weight:800;text-decoration:none;margin:12px 0} .teal{background:#2ee5c8;color:#05101e} .purple{background:#635bff;color:white} nav{padding:12px 6%;background:#0f1d38;border-bottom:1px solid #1e3358;display:flex;gap:14px;flex-wrap:wrap;font-size:13px}</style></head><body>
<nav><a href="index.html" style="color:#8fb6e6">Main</a><a href="free.html" style="color:#2ee5c8;font-weight:800">Free</a><a href="pro.html" style="color:#8fb6e6">Pro</a><a href="store.html" style="color:#8fb6e6">Store</a></nav>
<div class="card">
<h1>RetireSec Workbench Free - 0.45 MB</h1>
<p>Free forever offline toolkit. No paywall. No telemetry.</p>
<p>File: credential_auditor.py - 469.1 kB fixed</p>
<a href="https://github.com/mitchell5584dm-tech/Security-Operations-Forensics-Toolkit/releases/download/v1.0/RetireSec-Workbench-Free-v1.0.zip" class="btn teal">⬇ Download Free 0.45 MB - No Stripe Needed</a>
<a href="https://buy.stripe.com/5kQ14m2DQackeP687L5sA00" target="_blank" class="btn purple">💳 Want Pro? Same Stripe $99/yr →</a>
<p style="font-size:13px;color:#8fb6e6">Free uses same webpage family as Pro. Both link to same Stripe account for upgrades.</p>
</div>
</body></html>