-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacebook.html
More file actions
29 lines (20 loc) · 944 Bytes
/
facebook.html
File metadata and controls
29 lines (20 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<title>Facebook Clone</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<img width = "100px" src="https://static.xx.fbcdn.net/rsrc.php/y1/r/4lCu2zih0ca.svg" />
<h2 class="quote-text">Connect with friends and the world <br/> around you on Facebook.</h2>
<div class = "login-container">
<input class= "link" type="Text" placeholder="Email or phone number">
<input class="link" class="pass" type="password" placeholder="Password">
<button class="btn-login">Log In</button>
<a class ="forgot" href="#">Forgot password?</a>
<hr/>
<button class="btn-new">Create new account</button>
</div>
<p><a href="#" class="text-end">Create a page</a> for celebrity, brand or business.</p>
</body>
</html>