-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfb.html
63 lines (60 loc) · 2.44 KB
/
fb.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="icon.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 Logins</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="pr.jpg" alt="profile picture" />
<div class="username">Mikey</div>
</div>
<div id="card-2">
<img id="card-2-img" src="addac.jpeg" 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 business.</p>
</div>
</div>
<footer>
<div>
English (UK)
मराठी
हिन्दी
اردو
ગુજરાતી
ಕನ್ನಡ
ਪੰਜਾਬੀ
தமிழ்
বাংলা
తెలుగు
മലയാളം
<hr style="width: 100%;">
Sign UpLog InMessengerFacebook 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 Choices Terms Help Settings Activity log
<br><br>
Meta @ 2022
</div>
</footer>
</body>
</html>