Meta Description" name="description" />

Share this result

Previews are deleted daily. Get a permanent share link sent to your inbox:
Script
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes"> <title>EarnPro Β· Daily 5% Commission</title> <!-- Font Awesome 5 (JazzCash & payment icons) --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <!-- Google Fonts (Inter) --> <link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap" rel="stylesheet"> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; } body { background: #f3f6fd; color: #1a2639; line-height: 1.5; padding-bottom: 30px; } .wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* header / navbar */ .navbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 20px 0; } .logo { font-size: 26px; font-weight: 700; background: linear-gradient(145deg, #0a4b7a, #062c46); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .logo i { color: #d32f2f; -webkit-text-fill-color: #e63946; margin-right: 5px; } .nav-links { display: flex; gap: 25px; flex-wrap: wrap; } .nav-links a { text-decoration: none; font-weight: 600; color: #1e3b5c; transition: 0.2s; font-size: 16px; } .nav-links a:hover, .nav-links a.active { color: #e63946; } .btn { background: #e63946; color: white !important; padding: 10px 22px; border-radius: 50px; font-weight: 600; border: none; cursor: pointer; transition: 0.2s; display: inline-block; text-decoration: none; font-size: 15px; } .btn-outline { background: transparent; border: 2px solid #e63946; color: #e63946 !important; } .btn-sm { padding: 6px 18px; font-size: 14px; } .card { background: white; border-radius: 28px; padding: 28px 24px; box-shadow: 0 12px 30px rgba(0,20,50,0.06); margin-bottom: 30px; backdrop-filter: blur(2px); border: 1px solid rgba(230,57,70,0.05); } .badge { background: #ffeed9; color: #b85b1a; font-size: 13px; padding: 4px 12px; border-radius: 100px; font-weight: 600; } .plan-grid, .dashboard-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 20px; } .plan-card { background: white; border-radius: 24px; padding: 24px 18px; box-shadow: 0 5px 15px rgba(0,0,0,0.02); border: 1px solid #eef2f7; transition: 0.25s; } .plan-card:hover { border-color: #e63946; transform: translateY(-5px); } .price { font-size: 38px; font-weight: 700; color: #0a3d62; margin: 15px 0 5px; } .price span { font-size: 16px; font-weight: 400; color: #64748b; } .divider { height: 1px; background: #e9eef4; margin: 20px 0; } .jazzcash-details { background: #f0f9ff; padding: 16px 20px; border-radius: 18px; border-left: 6px solid #e63946; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .jazz-icon { color: #b3002d; font-size: 24px; } .input-group { margin-bottom: 18px; } .input-group label { font-weight: 600; font-size: 14px; color: #334e68; display: block; margin-bottom: 6px; } .input-field { width: 100%; padding: 15px 18px; border: 1.5px solid #dfe7ef; border-radius: 18px; font-size: 15px; transition: 0.2s; } .input-field:focus { border-color: #e63946; outline: none; box-shadow: 0 0 0 3px rgba(230,57,70,0.1); } .flex-between { display: flex; justify-content: space-between; align-items: center; } .success-text { color: #2e7d32; font-weight: 600; } .warning-text { color: #b85b1a; } .mt-4 { margin-top: 24px; } .mb-2 { margin-bottom: 12px; } .withdraw-option { background: #fafcff; border-radius: 18px; padding: 20px; border: 1px solid #dee6ed; } .fa-chevron-right { font-size: 12px; } .footer-note { text-align: center; color: #5a6e7c; font-size: 14px; margin-top: 40px; } .ad-box { background: linear-gradient(145deg, #fae1e2, #fff1f1); border-radius: 18px; padding: 16px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } /* dashboard specific */ .earnings-big { font-size: 42px; font-weight: 700; color: #062c46; } .label { color: #536b7a; font-size: 15px; } .clickable { cursor: pointer; } .mobile-hide { display: block; } @media (max-width: 700px) { .navbar { flex-direction: column; gap: 12px; } .nav-links { justify-content: center; } } </style> </head> <body> <div class="wrapper"> <!-- ========== HEADER / AUTH ========== --> <div class="navbar"> <div class="logo"><i class="fas fa-chart-line"></i> Earn<span style="-webkit-text-fill-color:#e63946;">Pro</span></div> <div class="nav-links"> <a href="#home" class="active">Home</a> <a href="#plans">Plans</a> <a href="#deposit">Deposit</a> <a href="#dashboard">Dashboard</a> <a href="#withdrawal">Withdraw</a> </div> <div> <a href="#" class="btn-outline btn-sm" style="margin-right: 10px;"><i class="fas fa-user-plus"></i> Sign up</a> <a href="#" class="btn btn-sm"><i class="fas fa-sign-in-alt"></i> Login</a> </div> </div> <!-- ========== HOME SECTION ========== --> <section id="home"> <div class="card" style="background: linear-gradient(115deg, #ffffff 70%, #fce8e9);"> <div style="display: flex; flex-wrap: wrap; align-items: center; gap: 30px;"> <div style="flex: 1;"> <span class="badge"><i class="fas fa-bolt"></i> Daily 5% Commission</span> <h1 style="font-size: 40px; font-weight: 700; margin: 16px 0 16px; line-height: 1.2;">Invest. Watch ads.<br>Earn every day.</h1> <p style="font-size: 18px; color: #2c3e50; margin-bottom: 24px;">JazzCash deposit β€’ Instant plan activation β€’ Withdraw via EasyPaisa/JazzCash</p> <a href="#plans" class="btn" style="padding: 14px 38px;">Start earning β†’</a> </div> <div style="flex: 0.8; min-width: 200px;"> <img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 160'%3E%3Ccircle cx='100' cy='80' r='70' fill='%23fde7e9'/%3E%3Ctext x='70' y='95' font-size='50' fill='%23e63946'%3EπŸ’°%3C/text%3E%3C/svg%3E" alt="earnings" style="width: 100%; max-width: 240px;"> </div> </div> </div> </section> <!-- ========== PLANS SECTION ========== --> <section id="plans" style="margin-top: 20px;"> <div class="flex-between"> <h2 style="font-size: 28px; font-weight: 700;">πŸ“Š investment plans</h2> <span class="badge"><i class="fas fa-percent"></i> 5% daily forever</span> </div> <div class="plan-grid"> <!-- plan 1 --> <div class="plan-card"> <i class="fas fa-seedling" style="color: #2a9d8f; font-size: 28px;"></i> <div class="price">PKR 2,500<span> / plan</span></div> <p style="color: #3a5f6e;"><i class="fas fa-check-circle" style="color: #2a9d8f;"></i> Daily Rs125</p> <p style="margin-top: 8px;">Monthly ~ Rs3,750</p> <div class="divider"></div> <a href="#deposit" class="btn" style="width: 100%; text-align: center;">Buy plan</a> </div> <!-- plan 2 --> <div class="plan-card" style="border: 2px solid #ffe0b3;"> <i class="fas fa-fire" style="color: #e76f51; font-size: 28px;"></i> <span style="background: #ffb703; color: #0a1a2f; padding: 3px 12px; border-radius: 50px; font-size: 12px; font-weight: 700;">MOST POPULAR</span> <div class="price">PKR 5,500<span> / plan</span></div> <p style="color: #3a5f6e;"><i class="fas fa-check-circle" style="color: #2a9d8f;"></i> Daily Rs275</p> <p style="margin-top: 8px;">Monthly ~ Rs8,250</p> <div class="divider"></div> <a href="#deposit" class="btn" style="width: 100%; text-align: center;">Buy plan</a> </div> <!-- plan 3 --> <div class="plan-card"> <i class="fas fa-gem" style="color: #7b2cbf; font-size: 28px;"></i> <div class="price">PKR 12,000<span> / plan</span></div> <p style="color: #3a5f6e;"><i class="fas fa-check-circle" style="color: #2a9d8f;"></i> Daily Rs600</p> <p style="margin-top: 8px;">Monthly ~ Rs18,000</p> <div class="divider"></div> <a href="#deposit" class="btn" style="width: 100%; text-align: center;">Buy plan</a> </div> <!-- plan 4 VIP --> <div class="plan-card"> <i class="fas fa-crown" style="color: #d4af37; font-size: 28px;"></i> <div class="price">PKR 25,000<span> / plan</span></div> <p style="color: #3a5f6e;"><i class="fas fa-check-circle" style="color: #2a9d8f;"></i> Daily Rs1,250</p> <p style="margin-top: 8px;">Monthly ~ Rs37,500</p> <div class="divider"></div> <a href="#deposit" class="btn" style="width: 100%; text-align: center;">Buy plan</a> </div> </div> </section> <!-- ========== DEPOSIT + JAZZCASH DETAILS / TRANSACTION ID ========== --> <section id="deposit" style="margin-top: 30px;"> <div class="card"> <div style="display: flex; gap: 20px; flex-wrap: wrap; align-items: flex-start;"> <div style="flex: 1.2;"> <h2 style="font-size: 26px; font-weight: 700; margin-bottom: 10px;"><i class="fas fa-money-bill-wave" style="color: #e63946;"></i> Deposit via JazzCash</h2> <!-- JazzCash details display --> <div class="jazzcash-details"> <div> <i class="fas fa-phone-alt jazz-icon"></i> <span style="font-weight: 700; font-size: 20px; margin-left: 8px;">+92 312 3456789</span> </div> <div style="background: white; padding: 8px 20px; border-radius: 40px;"> <i class="fas fa-user"></i> <strong>EARNPRO PVT</strong> </div> <span style="background: #1e3b5c; color: white; padding: 5px 15px; border-radius: 50px;"><i class="fas fa-university"></i> JazzCash Merchant</span> </div> <p style="margin-top: 8px; color: #3b5c6f;"><i class="fas fa-exclamation-triangle" style="color:#d97706;"></i> Send exact plan amount to above JazzCash account. Then submit transaction ID.</p> <!-- Transaction ID submission form --> <div style="background: #f6f9fc; border-radius: 24px; padding: 24px; margin-top: 18px;"> <h3 style="font-weight: 700; margin-bottom: 20px;"><i class="fas fa-hashtag"></i> Submit transaction ID</h3> <div class="input-group"> <label>Transaction ID (JazzCash ref)</label> <input type="text" class="input-field" placeholder="e.g. JC2378AB89" id="transactionId"> </div> <div class="input-group"> <label>Select plan purchased</label> <select class="input-field" id="planSelect"> <option>PKR 2,500 – Daily Rs125</option> <option>PKR 5,500 – Daily Rs275</option> <option>PKR 12,000 – Daily Rs600</option> <option>PKR 25,000 – Daily Rs1250</option> </select> </div> <button class="btn" style="width: 100%;" onclick="alert('βœ… Transaction ID submitted. Admin will verify & activate your plan shortly.')">Submit for verification</button> <p style="margin-top: 12px; font-size: 14px; color: #2b5f7a;"><i class="fas fa-clock"></i> You'll receive confirmation within 15 minutes.</p> </div> </div> <div style="flex: 0.6; background: #fef4e6; border-radius: 28px; padding: 24px;"> <i class="fas fa-shield-alt" style="font-size: 36px; color: #e63946;"></i> <h3 style="font-weight: 700; margin-top: 5px;">Secure payment</h3> <p style="margin: 12px 0;">Your JazzCash details are encrypted. We never share your transaction ID.</p> <hr style="border: 1px dashed #e2c1b1;"> <p style="margin-top: 16px;"><i class="fas fa-check-circle success-text"></i> Instant verification for regular users.</p> </div> </div> </div> </section> <!-- ========== DASHBOARD (user summary, daily earnings, ad unlock) ========== --> <section id="dashboard"> <div class="card"> <div style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;"> <h2 style="font-size: 26px; font-weight: 700;"><i class="fas fa-tachometer-alt"></i> My Dashboard</h2> <span style="background: #f1f9f0; color: #1f5e3a; padding: 8px 18px; border-radius: 40px;"><i class="fas fa-circle" style="color: #2ecc71; font-size: 10px;"></i> Active plan: Premium 5500</span> </div> <!-- plan details + daily earnings --> <div class="dashboard-grid" style="grid-template-columns: 2fr 1fr;"> <div style="background: #eef6ff; border-radius: 24px; padding: 24px;"> <span class="badge" style="background: #0a3d62; color: white;">Current plan</span> <p style="font-size: 22px; font-weight: 700; margin-top: 15px;">PKR 5,500 plan</p> <div class="flex-between" style="margin-top: 10px;"> <span>Daily 5% commission</span> <span style="font-weight: 800; color: #0b4f6c;">PKR 275 / day</span> </div> <div class="flex-between"> <span>Total earned (7 days)</span> <span style="font-weight: 800;">PKR 1,925</span> </div> <div class="divider"></div> <div class="flex-between"> <span style="font-weight: 700;">Next payout</span> <span><i class="fas fa-clock"></i> in 5 hrs</span> </div> </div> <!-- earnings big + ad watch --> <div style="background: #ffffff; border: 2px solid #fae1e2; border-radius: 24px; padding: 24px;"> <span style="color: #4b5e6b;">Available balance</span> <div class="earnings-big">PKR 1,925</div> <!-- Ad watching to unlock withdrawal --> <div class="ad-box" style="margin-top: 20px;"> <div> <i class="fas fa-play-circle" style="color: #e63946; font-size: 32px;"></i> <span style="font-weight: 700; margin-left: 5px;">Watch ad</span> <p style="font-size: 13px;">unlock withdrawal</p> </div> <button class="btn" style="padding: 12px 24px;" onclick="alert('πŸŽ₯ Ad watched! Withdrawal unlocked for 24h.'); this.style.background='#6c757d'; this.innerText='Unlocked βœ“'; this.disabled=true;"> <i class="fas fa-ad"></i> Watch now </button> </div> <p style="margin-top: 10px; font-size: 13px;"><i class="fas fa-check-circle success-text"></i> Withdrawal status: <strong>LOCKED</strong> – watch ad to unlock</p> </div> </div> <!-- small stats --> <div style="display: flex; gap: 24px; margin-top: 24px; flex-wrap: wrap;"> <span><i class="fas fa-calendar"></i> Plan active: 12 days</span> <span><i class="fas fa-ticket-alt"></i> Transaction ID: JC7890-ABCD</span> <span><i class="fas fa-check-circle" style="color: #27ae60;"></i> Status: verified</span> </div> </div> </section> <!-- ========== WITHDRAWAL SECTION (EasyPaisa & JazzCash) ========== --> <section id="withdrawal"> <div class="card"> <h2 style="font-size: 26px; font-weight: 700; margin-bottom: 10px;"><i class="fas fa-hand-holding-usd"></i> Request withdrawal</h2> <p style="margin-bottom: 24px;">Withdraw your daily earnings via EasyPaisa or JazzCash. Admin confirms payment.</p> <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 24px; flex-wrap: wrap;"> <!-- EasyPaisa withdrawal --> <div class="withdraw-option"> <div style="display: flex; align-items: center; gap: 8px;"> <i class="fas fa-mobile-alt" style="font-size: 32px; color: #0d9488;"></i> <h3 style="font-weight: 700;">EasyPaisa</h3> </div> <div class="input-group" style="margin-top: 16px;"> <label>EasyPaisa account number</label> <input type="text" class="input-field" placeholder="03xx-xxxxxxx" id="easypaisaNum"> </div> <div class="input-group"> <label>Amount (PKR)</label> <input type="number" class="input-field" placeholder="min 500" id="easypaisaAmount"> </div> <button class="btn" style="width: 100%;" onclick="alert('βœ… Withdrawal request sent to admin. You will receive payment soon.')">Request via EasyPaisa</button> </div> <!-- JazzCash withdrawal --> <div class="withdraw-option"> <div style="display: flex; align-items: center; gap: 8px;"> <i class="fas fa-wallet" style="font-size: 32px; color: #b3002d;"></i> <h3 style="font-weight: 700;">JazzCash</h3> </div> <div class="input-group" style="margin-top: 16px;"> <label>JazzCash number</label> <input type="text" class="input-field" placeholder="03xx-xxxxxxx" id="jazzcashNum"> </div> <div class="input-group"> <label>Amount (PKR)</label> <input type="number" class="input-field" placeholder="min 500" id="jazzcashAmount"> </div> <button class="btn" style="width: 100%;" onclick="alert('βœ… Withdrawal request sent to admin. JazzCash payment will be processed.')">Request via JazzCash</button> </div> </div> <!-- Withdrawal confirmation note (admin side) --> <div style="margin-top: 24px; background: #fcf2e9; padding: 16px 24px; border-radius: 40px;"> <i class="fas fa-clipboard-list"></i> <strong>Admin confirmation:</strong> Your withdrawal request is sent. Admin verifies and marks as paid. You'll get SMS confirmation. </div> </div> </section> <!-- ========== TRANSACTION MANAGEMENT (simulated) ========== --> <section style="margin-top: 10px;"> <div style="background: #1e2c3a; padding: 24px; border-radius: 32px; color: white;"> <div style="display: flex; gap: 16px; flex-wrap: wrap; align-items: center;"> <i class="fas fa-exchange-alt" style="font-size: 32px; color: #ffb4a2;"></i> <div> <h3 style="font-weight: 700; margin-bottom: 6px;">πŸ“‹ transaction management (admin preview)</h3> <p style="color: #cbd5e0;">Deposits & withdrawal requests appear here. Confirm one click activation & commission.</p> </div> </div> <div style="display: flex; gap: 20px; margin-top: 20px; flex-wrap: wrap;"> <span style="background: #2d4b5c; padding: 10px 18px; border-radius: 40px;"><i class="fas fa-clock"></i> Pending deposits: 3</span> <span style="background: #2d4b5c; padding: 10px 18px; border-radius: 40px;"><i class="fas fa-hourglass-half"></i> Withdrawal requests: 2</span> <span style="background: #2a7f6e; padding: 10px 18px; border-radius: 40px;"><i class="fas fa-check-double"></i> Confirm & activate</span> </div> <!-- plan activation button (admin action simulated) --> <div style="margin-top: 18px;"> <button class="btn" style="background: #27ae60;" onclick="alert('βœ… Plan manually activated! User now gets 5% daily.')"><i class="fas fa-bolt"></i> Activate user plan (confirm payment)</button> <button class="btn-outline" style="background: white; margin-left: 12px;" onclick="alert('πŸ’° Commission credited: PKR 275 to user.')">Credit daily earnings</button> </div> </div> </section> <!-- ========== FOOTER ========== --> <div class="footer-note"> <hr style="margin: 40px 0 20px; border: 1px solid #dce5ec;"> <p><i class="fas fa-shield"></i> Secure deposits via JazzCash. EasyPaisa/JazzCash withdrawals. </p> <p style="margin-top: 8px;">Β© 2025 EarnPro – Daily 5% commission platform. All rights reserved.</p> </div> </div> <!-- dummy JS for transaction ID and ad unlocking --> <script> (function() { // smooth scroll for nav (basic) document.querySelectorAll('.nav-links a').forEach(link => { link.addEventListener('click', function(e) { e.preventDefault(); const hash = this.getAttribute('href'); document.querySelector(hash)?.scrollIntoView({ behavior: 'smooth' }); document.querySelectorAll('.nav-links a').forEach(a => a.classList.remove('active')); this.classList.add('active'); }); }); // transaction ID simulation (just visual) const txInput = document.getElementById('transactionId'); if(txInput) { txInput.addEventListener('input', function() { // you can add live feedback }); } // withdrawal unlock via ad – we already have inline onclick, additional sync window.checkAdStatus = function() { // no action needed, just UX }; })(); </script> <!-- deposit jazzcash details always visible --> <!-- all requirements covered: plans, jazzcash deposit, transaction ID, plan activation, daily 5%, ad watch, withdrawal (both methods), withdrawal confirmation, transaction management --> </body> </html>
Landing Page
This ad does not have a landing page available
Network Timeline
Performance Summary

5

Requests

4

Domains

237KB

Transfer Size

311KB

Content Size

291.0ms

Dom Content Loaded

492.0ms

First Paint

489.0ms

Load Time
Domain Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...
Timings (ms)
Loading...
Total Time
Loading...
Content Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...