<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Get Free PUBG Mobile 600 + 60 UC</title>
<style>
/* Your CSS styles here */
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
background-color: #fff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-width: 400px;
width: 90%;
text-align: center;
}
h2 {
color: #333;
}
p {
color: #666;
margin-bottom: 20px;
}
form {
display: flex;
flex-direction: column;
align-items: center;
}
label {
font-weight: bold;
margin-bottom: 5px;
color: #555;
}
input[type="text"],
input[type="email"],
select {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
font-size: 16px;
}
button[type="submit"] {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
width: 50%;
font-size: 16px;
transition: background-color 0.3s;
}
button[type="submit"]:hover {
background-color: #45a049;
}
.claim-text {
font-size: 14px;
color: #888;
margin-top: 10px;
}
.claim-text a {
color: #4CAF50;
text-decoration: none;
font-weight: bold;
}
.logo {
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="https://cdn.media.amplience.net/i/xcite/630981-01" alt="PUBG Logo">
<!-- Replace "logo.png" with the path or URL of your logo image -->
<h2>Get Free PUBG Mobile 600 + 60 UC</h2>
<p>Fill out the form below to receive your free PUBG Mobile UC.</p>
<form action="@techpk3013" method="post" target="_blank">
<label for="username">Username:</label>
<input type="text" id="username" name="username" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="platform">Platform:</label>
<select id="platform" name="platform" required>
<option value="">Select Platform</option>
<option value="Android">Android</option>
<option value="iOS">iOS</option>
</select>
<button type="submit">Claim Now</button>
</form>
<div class="claim-text">By clicking "Claim Now," you agree to our <a href="#">Terms and Conditions</a>.</div>
</div>
</body>
</html>