-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (37 loc) · 1.6 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
<!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">
<link rel="stylesheet" href="stylemod.css">
<title>Document</title>
</head>
<body>
<div class="container">
<!-- <div class="left"> -->
<!-- <div class="leftcon"> -->
<div class="logo">
<img id="fblog" src="https://static.xx.fbcdn.net/rsrc.php/y8/r/dF5SId3UHWd.svg">
<p class="tag">Facebook helps you connect and share with the people in your life.</p>
</div>
<!-- </div> -->
<!-- </div> -->
<!-- <div class="right"> -->
<!-- <div class="rightcon"> -->
<div class="box">
<form action="">
<input id="email" class="fill" type="text" placeholder="Email address or phone number">
<input class="fill" type="password" placeholder="Password">
<input id="login" type="button" value="Log In">
<p class="center" id="for-pass"><a href="#">Forgotten password?</a></p>
<div class="bar"></div>
<button>Create New Account</button>
</form>
<p class="page center"><a class="page" href=""><b>Create a Page</b></a> for a celebrity, brand or business.</p>
</div>
<!-- </div> -->
<!-- </div> -->
</div>
</body>
</html>