-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Facebook</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="response.css">
<link rel="shortcut icon" href="enhace fb logo.png" type="image/x-icon">
</head>
<body>
<div class="parent">
<div class="container">
<div class="img"><img src="enhace fb logo.png" ></div>
<h1>facebook</h1>
<p>
Facebook helps you connect and share <br />
with the people in your life.
</h>
</div>
<div class="forms">
<form action="">
<input type="email" name="username" placeholder="Email address or phone number"/> <br>
<input type="password" name="password" placeholder="Password"> <br>
<input type="button" value="Log in" class="btn"> <br>
<a id="anchor" href="#">Forgotten password?</a>
<input id="create" type="button" value="Create new account">
</form>
</div>
</div>
</body>
</html>