-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (57 loc) · 1.57 KB
/
Copy pathindex.html
File metadata and controls
58 lines (57 loc) · 1.57 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!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">
<meta name="theme-color" content="#3B5999"/>
<title>Facebook</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="logo">
<img src="Facebook.svg"/>
</div>
<div class="login-container">
<input type="email" placeholder="Mobile number or email address"/><br>
<input type="password" placeholder="password"/><br>
<input type="submit" value="Log In"/><br>
<a href="">Forgotten password?</a>
</div>
<div class="or">
<p id="or">or</p>
</div>
<div class="new-account">
<input type="button" value="Create New Account"/>
</div>
<div class="languages">
<table>
<tr>
<td id="td1">
<a href="" id="en">English (UK)</a><br>
<a href="">العربية</a><br>
<a href="">Português (Brasil)</a><br>
<a href="">Italiano</a>
</td>
<td>
<a href="">Français (France)</a><br>
<a href="">Español (España)</a><br>
<a href="">Deutsch</a><br>
<a href="" id="plus">+</a>
</td>
</tr>
</table>
</div>
<div class="footer">
<div class="footer-1">
<a href="">About</a>
<span>.</span><a href="">Help</a>
<span>.</span><a href="">More</a>
</div>
<div class="footer-2">
<p>Facebook Inc.</p>
<h4>Copyright © 2022. All Rights Reserved - prahlad kumar</h4>
</div>
</div>
</body>
</html>