-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacebook.html
More file actions
43 lines (36 loc) · 1.6 KB
/
facebook.html
File metadata and controls
43 lines (36 loc) · 1.6 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!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>Facebook-log in or sign up</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="facebook.css">
</head>
<body>
<main>
<div class="container">
<div class="left">
<h1>facebook</h1>
<h2>Facebook helps you connect and share with the people in your life.</h2>
</div>
<div class="right">
<input type="email" placeholder="Email address or phone number">
<input type="password" placeholder="Password">
<a
href="https://www.facebook.com/login/?privacy_mutation_token=eyJ0eXBlIjowLCJjcmVhdGlvbl90aW1lIjoxNjQ5MDA1MTE3LCJjYWxsc2l0ZV9pZCI6MzgxMjI5MDc5NTc1OTQ2fQ%3D%3D"><button
class="login">Log In</button></a>
<a class="pass"
href="https://www.facebook.com/login/identify/?ctx=recover&ars=facebook_login&from_login_screen=0">Forgotten
password?</a>
<hr>
<a href="Create.html"><button class="create">Create New Account</button></a>
</div>
</div>
<p><a class="page" href="https://www.facebook.com/pages/create/?ref_type=registration_form">Create a Page</a>
for a
celebrity, brand or business.</p>
</main>
</body>
</html>