-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.46 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
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Facebook login page</title>
<link rel="stylesheet" type="text/css" href="fb.css">
</head>
<body>
<div class="wrapper">
<div class="flex-container">
<div class="box one">
<h1>facebook.</h1>
<h2>Welcome back, David!</h2>
<img src="IMG_0726.JPG" alt="facebook" class="circular-image" style="inline-size: 200px">
<h3>David Nwosu</h3>
<br><br>
<button type="submit" class="login">Continue to Facebook</button>
</div>
<div class="box two">
<h1>This is not You?</h1>
<br><br>
<form>
<label for="username"></label>
<input type="text" id="username" name="username" placeholder="Your e-Mail Adress">
<br><br>
<label for="password"></label>
<input type="password" id="password" name="password" placeholder="Your Password">
<br><br><br><br><br><br><br><br>
<button type="submit" class="login-button">Login</button>
<br><br><br><br><br>
<button type="submit" class="login-buttons">Create a Profile</button>
</form>
</div>
</div>
</div>
</body>
</html>