-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewpoint" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Facebook-log in or sign up</title>
<link rel="stylesheet" href="fb.css">
</head>
<body>
<div class="f-container">
<img src="https://th.bing.com/th/id/OIP.oXoGhGrh_cOd9X_i7Cf8HAHaCe?w=313&h=116&c=7&o=5&dpr=1.25&pid=1.7">
</div>
<form action="">
<input type="text" placeholder="Email address or phone number">
<input type="password" placeholder="password"><br>
<button type="submit">Log in</button><br>
<div class="Forget">
<a href="" style="text-align: center;" >Forgotten password?</a><br></div>
<div class="line"></div><br>
<button class="btn">Create new account</button>
</form>
</div>
</div>
<div class="last">
<p style="text-align: center;">Create a Page for a celebrity, band or business.</p>
</div>
</body>
</html>