-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 2.1 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
39
40
41
42
43
44
45
46
<html>
<head>
<title>Abhishek Verma</title>
<link rel="stylesheet" href="style.css">
<body style="background-color:rgb(247, 247, 247);">
<div class="fb2">
<div class="info_section">
<h1>facebook</h1>
<div id="in">
<p>Facebook helps you connect and share <br>with the people in your life.</p>
</div>
</div>
<div class="boxed">
<form>
<input type="text" id="lname" placeholder=" Email address or phone number"><br><br>
<input type="text" id="lname" placeholder=" Password"><br><br>
<div>
<input type="button" id="b1" value="Log in">
</div>
<div id="lik">
<a href="#" target="_blank">Forgotten password?</a>
</div>
<hr style="width: 350px">
<div>
<input type="button" id="b2" value="Create New Account">
</div>
</form>
<div class="down">
<p><span><a id="pd" href="#" target="_blank"><b>Create a Page </b></a></span> for a celebrity, band or business.</p>
</div>
</div>
</div>
<div class="foot">
<pre class="l"><b>English(UK)</b> हिन्दी اردو ਪੰਜਾਬੀ বাংলা ગુજરાતી मराठी தமிழ் తెలుగు മലയാളം ಕನ್ನಡ</pre>
<hr class="line" style="width: 1000px">
<pre>SignUp LogIn Messenger Facebook LiteWatch PlacesGames Marketplace FacebookPay Jobs Oculus Portal Instagram Local</pre>
<pre>Fundraisers Services VotingInformationCentre Groups About Createad CreatePage Developers Careers Privacy Cookies AdChoices Terms</pre>
<pre>Help</pre>
<pre>Facebook © 2021</pre>
</div>
</body>
</head>
</html>