Sunday, July 17, 2022

Fb login html

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>

<body>

<font color="white">
<table border="3px" height="450px" width="350px"bgcolor="slate">
<td>
<center>

<h1>Facebook</h1>

</center>
</font>
<br><br><br>

<form action="form.html">
Email,phone <input type="text" placeholder="Enter Mobile or Email">
<br>
<br>
Password<input type="password" placeholder="Enter your password">
<br><br>

<input type="submit"value="Log In">
<br><br>
<a href="https://m.facebook.com/login/identify/?ctx=recover&c=https%3A%2F%2Fm.facebook.com%2F&multiple_results=0&ars=facebook_login&from_login_screen=0&lwv=100&_rdr">Forgotten password?</a>
<hr size=4>
<a href="https://m.facebook.com/reg/?cid=103&refsrc=https%3A%2F%2Fm.facebook.com%2F&_rdr">Create New Account</a>
<br>

</td>

</table>
</form>
</body>
</html>

No comments:

Post a Comment