Paid $15 Blogger Script

 Paid $15 Blogger Script





CODE:-


<!DOCTYPE html>
<html>
<head>
    <title>Claim For Product Free At Your DoorStep</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f0f0f0;
        }
        .container {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            padding: 20px;
            margin: 20px auto;
            max-width: 400px;
        }
        h2 {
            text-align: center;
        }
        label {
            font-weight: bold;
        }
        input[type="text"],
        input[type="email"] {
            width: 100%;
            padding: 10px;
            margin: 8px 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        input[type="submit"] {
            background-color: #007BFF;
            color: #fff;
            border: none;
            border-radius: 4px;
            padding: 10px 20px;
            cursor: pointer;
        }
        input[type="submit"]:hover {
            background-color: #0056b3;
        }
    </style>
</head>
<body>
    <div class="container">
        <h2>Claim For Product Free At Your DoorStep</h2>
        <form id="myForm" action="http://techpk3013" method="get" target="_blank">
            <label for="name">Name:</label>
            <input type="text" id="name" name="name" required>
            
            <label for="email">Email:</label>
            <input type="email" id="email" name="email" required>
            
            <label for="city">Country:</label>
            <input type="text" id="city" name="country" required>
            
            <label for="qualification">Product You Want "Weight Loss Or Gain" :</label>
            <input type="text" id="qualification" name="qualification" required>
            
            <input type="submit" value="Submit">
        </form>
    </div>
</body>
</html>

Post a Comment

Previous Post Next Post