-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (64 loc) · 2.48 KB
/
index.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!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">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Facebook_f_logo_%282019%29.svg/2048px-Facebook_f_logo_%282019%29.svg.png">
<title>Facebook - Log in or Sign Up</title>
</head>
<body>
<div id="container">
<div id="recent-logins">
<img id="facebook" src="https://static.xx.fbcdn.net/rsrc.php/y8/r/dF5SId3UHWd.svg" alt="facebook-logo">
<div id="title">Recent Login</div>
<div id="subtitle">Click your picture or add an account</div>
<div id="cards">
<div id="card-1">
<div id="cancel">x</div>
<img id="card-1-img" src="Kunal_Nandre.jpg" alt="profile picture">
<div class="username">Kunal Nandre</div>
</div>
<div id="card-2">
<img id="card-2-img" src="https://thumbs.dreamstime.com/b/positive-symbol-plus-icon-isolated-white-background-226331755.jpg" alt="add account">
<div id="add-account" class="username">Add Account</div>
</div>
</div>
</div>
<div id="login">
<input type="email" placeholder="Email or Phone Number">
<input type="password" placeholder="Password">
<input type="button" value="Log In" id="login-button">
<a href="#">Forgot Password</a>
<hr style="width: 95%;">
<input type="button" value="Create New Account" id="create-new-account">
<p><strong>Create a Page</strong> for a celebrity, brand or bussness.</p>
</div>
</div>
<footer>
<div>
English (UK)
मराठी
हिन्दी
اردو
ગુજરાતી
ಕನ್ನಡ
ਪੰਜਾਬੀ
தமிழ்
বাংলা
తెలుగు
മലയാളം
<hr style="width: 100%;">
Sign Up Log InMessenger Facebook Lite Watch Places Games Marketplace Facebook PayOculus Portal
Instagram Bulletin Local
<br>
Fundraisers Services Voting Information Centre Groups About Create ad Create Page Developers Careers
Privacy Cookies Ad ChoicesTerms Help Setting Activity log
<br>
Meta © 2022
</div>
</div>
</footer>
</body>
</html>