Ads Area

Join Us Script Paid $15

 


<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

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

  <title>Join Us Now!</title>

  <style>

    body {

      font-family: 'Arial', sans-serif;

      background-color: #f2f2f2;

      margin: 0;

      padding: 0;

      display: flex;

      align-items: center;

      justify-content: center;

      height: 100vh;

    }


    .join-container {

      background-color: #3498db;

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

      border-radius: 8px;

      padding: 20px;

      width: 300px;

      text-align: center;

      color: #ffffff;

    }


    h1 {

      color: #ffffff;

    }


    input {

      width: 100%;

      padding: 10px;

      margin: 10px 0;

      box-sizing: border-box;

      border: 1px solid #ddd;

      border-radius: 4px;

    }


    button {

      background-color: #2ecc71;

      color: #ffffff;

      padding: 10px 20px;

      font-size: 16px;

      border: none;

      border-radius: 4px;

      cursor: pointer;

    }


    button:hover {

      background-color: #27ae60;

    }

  </style>

</head>

<body>


<div class="join-container">

  <h1>Join Us Now!</h1>

  <p>Be part of our amazing community.</p>

  

  <form action="https://www.youtube.com/@techpk3013" method="get" target="_blank">

    <input type="text" name="username" placeholder="Username" required>

    <input type="email" name="email" placeholder="Email" required>

    <input type="password" name="password" placeholder="Password" required>

    

    <button type="submit">Join Now</button>

  </form>

</div>


</body>

</html>


Top Post Ad

Below Post Ad

Ads Area