-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 910 Bytes
/
index.html
File metadata and controls
29 lines (28 loc) · 910 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>
<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>Document</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="box">
<h1>facebook</h1>
<div class="bx1">
<input type="text" class="inpux1" placeholder="fullname" required>
</div>
<div class="bx2">
<input type="text" class="inpux2" placeholder="enter you password" required>
</div>
<button type="submit" class="submit"><a href="https://www.facebook.com/profile.php?id=100008727015625">Log in</a></button>
<div class="box3">
<h5>forgot password?</h5>
</div>
<div class="box6">
<h5>Sign Up for Facebook</h5>
</div>
</div>
</body>
</html>