forked from Abhimanyu121/someshit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (100 loc) · 2.92 KB
/
index.html
File metadata and controls
112 lines (100 loc) · 2.92 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<title>Cheaply designed facebook</title>
<link rel="stylesheet" type="text/css" href="bleh.css">
</head>
<body>
<div id="topdiv">
<div id="form_in">
<h1 id="flogo">facebook</h1>
</div>
<div id="logo">
<div id="random">
<form id="form1">
<label for="id">
<span>Email or Phone number</span>
<input type="Email" id="Email" />
</label>
<label for="password">
<span>Password</span>
<input type="password" id="password" />
</label>
<label for="Button">
<span></span>
<button type="button">Login</button>
</label>
</form>
</div>
</div>
</div>
<div id="main">
<div id="pic">
<p id="weirdtext">
Facebook helps you connect and share with the people in your life.
</p>
<img src="bleh.jpg" id="img">
</div>
<div id="rform">
<h1>Create an Account</h1>
<h5>It's free and always will be.</h5>
<form>
<label for="name">
<span></span>
<input type="name" placeholder="First Name" />
</label>
<label for="name">
<span></span>
<input type="name" placeholder="second Name" />
</label>
<br>
<br>
<label for="Email">
<span width="200px"></span>
<input type="Email" placeholder="Email" />
</label>
<br>
<br>
<label for="password">
<span ></span>
<input type="password" placeholder="password" />
</label>
<br>
<H5>Birthday</H5>
<select name="menu1">
<option value="0" selected> Day</option>
<option value="1" > 1</option>
<option value="2" > 2</option>
<option value="3"> 3</option>
</select>
<select name="menu2">
<option value="0" selected> Month</option>
<option value="1" > Januray</option>
<option value="2" > Feburary</option>
<option value="3"> March</option>
</select>
<select name="menu3">
<option value="0" selected> Year</option>
<option value="1" > 1999</option>
<option value="2" > 2000</option>
<option value="3"> 2001</option>
</select>
<p><a href="https://www.facebook.com/about/privacy/">
Why do i need to provide this?
</a></p>
<input type="radio" name="gender" value="male" checked> Male
<input type="radio" name="gender" value="female"> Female<br>
<p id="Terms">By clicking Sign Up, you agree to our <a href="https://www.facebook.com/legal/terms/update">Terms</a>,<a href="https://www.facebook.com/about/privacy/update"> Data Policy</a> and <a href="https://www.facebook.com/policies/cookies/"> Cookie Policy</a>. You may receive SMS notifications from us and can opt out at any time.</p>
<br>
<span ></span>
<input type="submit" name="done" id="button2" value="Sign up">
<br>
<br>
<p id="celeb"><a href="/pages/create/?ref_type=registration_form">Create a Page</a>for a celebrity, band or business.</p>
</form>
</div>
</div>
<p style="color: blue;">Posted by: Abhimanyu shekhawat2</p>
<p style="color: blue; ">Contact information: <a href="mailto:abhimanyushekhawat17.as@gmail.com">sabhimanyushekhawat17.as@gmail.com</a>.</p>
</body>
</html>