https://www.profitableratecpm.com/g0knh7drm?key=8e6752e0fea820973507292a7338b2ff
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Job Hiring</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: white;
text-align: center;
margin: 0;
padding: 0;
}
.container {
width: 100%;
max-width: 600px;
margin: 50px auto;
padding: 20px;
background-color: #1853ef0f;
box-shadow: 0px 9px 17px 12px rgba(0, 0, 0, 0.1);
border-radius: 10%;
}
h1 {
color: #1E90FF;
}
img {
width: 100px;
}
form {
margin-top: 20px;
}
input[type="text"], input[type="email"], textarea {
width: 93%;
padding: 10px;
margin: 10px 10px;
border-radius: 21px;
border: 1px solid #ccc;
}
button {
background-color: #1E90FF;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
button:hover {
background-color: #4682B4;
}
</style>
</head>
<body>
<div class="container">
<img src="https://static.vecteezy.com/system/resources/thumbnails/009/687/793/small_2x/american-flag-usa-flag-png.png" alt="UAE Flag">
<h1>Job Hiring in USA</h1>
<p>Fill in the form below to apply for the job.</p>
<form id="jobForm">
<input type="text" name="fullName" placeholder="Full Name" required>
<input type="email" name="email" placeholder="Email Address" required>
<textarea name="jobRequirements" rows="5" placeholder="Describe your qualifications" required></textarea>
<button type="button" onclick="applyJob()">Apply Now</button>
</form>
</div>
<script>
function applyJob() {
window.open("https://www.profitableratecpm.com/g0knh7drm?key=8e6752e0fea820973507292a7338b2ff with mr buddy", "_blank");
}
</script>
</body>
</html>
Comments
Post a Comment