<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Muskan Club</title>

<style>
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #8B0000;
    color: #fff;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #000;
}

.btn {
    background: gold;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.container {
    text-align: center;
    padding: 15px;
}

.logo {
    width: 150px;
    border-radius: 50%;
    margin: 15px 0;
}

h1 {
    font-size: 20px;
}

.main-btn {
    display: block;
    margin: 10px auto;
    width: 80%;
    padding: 12px;
    background: gold;
    color: #000;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
}

.section {
    background: #a00000;
    margin: 15px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid gold;
}

.section h2 {
    color: gold;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table td {
    border: 1px solid gold;
    padding: 8px;
}

.footer {
    text-align: center;
    padding: 15px;
    background: #600000;
}
</style>

</head>

<body>

<div class="header">
    <button class="btn">Login</button>
    <button class="btn">Register</button>
</div>

<div class="container">

    <img src="logo.png" class="logo" alt="Muskan Club">

    <!-- 🔥 Updated Heading -->
    <h1>🎁 GIFT CODE RECEIVED</h1>

    <a href="#" class="main-btn">Register (Bonus ₹1499)</a>

    <div class="section">
        <h2>Muskan Club Info</h2>

        <table class="table">
            <tr><td>App Name</td><td>Muskan Club</td></tr>
            <tr><td>Total Games</td><td>100+ Games</td></tr>
            <tr><td>App Size</td><td>14 MB</td></tr>
            <!-- 🔥 Updated Invite Code -->
            <tr><td>Invite Code</td><td>1323382592</td></tr>
            <tr><td>Users</td><td>1,00,000+</td></tr>
        </table>
    </div>

    <div class="section">
        <h2>Why Choose Muskan Club?</h2>
        <ul>
            <li>Easy Login</li>
            <li>Secure Payments</li>
            <li>Daily Rewards</li>
            <li>Referral Income</li>
        </ul>
    </div>

    <div class="section">
        <h2>Earning Opportunities</h2>
        <ul>
            <li>First Recharge Bonus</li>
            <li>Daily Login Rewards</li>
            <li>Win Streak Bonus</li>
            <li>Daily Tasks</li>
        </ul>
    </div>

    <div class="section">
        <h2>Security</h2>
        <p>Safe and encrypted transactions with fast withdrawals.</p>
    </div>

</div>

<div class="footer">
    <p>© 2026 Muskan Club</p>
</div>

</body>
</html>

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top