SkillWin Indian grow india

 <!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <title>SkillWin India - 99 Number Skill Game</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      background: #f2f2f2;

      margin: 0;

      padding: 0;

      text-align: center;

    }

    .container {

      max-width: 600px;

      margin: auto;

      background: #fff;

      padding: 20px;

      margin-top: 20px;

      border-radius: 10px;

      box-shadow: 0 0 10px rgba(0,0,0,0.1);

    }

    h1 {

      color: #333;

    }

    .btn {

      background: #007bff;

      color: #fff;

      padding: 10px 20px;

      display: inline-block;

      border-radius: 5px;

      text-decoration: none;

      margin-top: 10px;

    }

    .result-box {

      background: #ffeeba;

      padding: 15px;

      margin-top: 20px;

      border-radius: 8px;

      font-size: 20px;

      font-weight: bold;

    }

  </style>

</head>

<body>

  <div class="container">

    <h1>SkillWin India</h1>

    <h2>99 Number Skill Game</h2>


    <p><strong>Entry Fee:</strong> ₹10</p>

    <p><strong>Choose Number:</strong> 00 - 99</p>

    <p><strong>Winner Prize:</strong> ₹900 UPI</p>

    <p><strong>Daily Result Time:</strong> 9:00 PM</p>


    <a class="btn" href="#form">Play Now</a>


    <div class="result-box">

      Aaj Ka Result: <span id="today_result">--</span>

    </div>


    <h2 id="form">Play Game</h2>

    <p>Google Form Link Yahan Paste Karna Hoga</p>


    <p><strong>UPI ID:</strong> yourupi@upi</p>

  </div>

</body>

</html>



टिप्पणियाँ