-
Notifications
You must be signed in to change notification settings - Fork 0
/
new 1.html
101 lines (100 loc) · 2.44 KB
/
new 1.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
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
<html>
<head>
<title>Welcome to facebook</title>
</head>
<body>
<h1 span style="color: blue;">Facebook Sign up</h1>
<h3 span style="color: blue;">Connect with people around the world</h3>
<marquee ><h3 style="color: green;">This Page was created by Sambo Visal, hope you engjoy it alots, please keep in touch with us bitch!</h3></marquee><hr/>
<h3 style="text-align: center; color: blue;">Sign Up now </h3>
First name:
<input type="text"; placeholder="frist name" name="firstname">
<br><br>
Last name:
<input type="text"; placeholder="last name" name="lastname">
<br><br>
Email Address:
<input type="text"; placeholder="Email address" name="email">
<br><br>
Password:
<input type="password"; placeholder="Your new password" >
<br></br>
Password:
<input type="password" placeholder="Confrim your password " />
<br><br>
Select Sex :
<select>
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>
<label>Country(asian)</label>
<select>
<option>CAMBODIA</option>
<option>JAPAN</option>
<option>SINGAPORE</option>
<option>THAILAND</option>
<option>VIETNAM</option>
<option>LAO</option>
<option>MALAYSIA</option>
</select>
<br></br>
Date Of Birth:
<label>Month:</label>
<select>
<option>Month</option>
<option>Jan</option>
<option>Feb</option>
<option>Mar</option>
<option>Apr</option>
<option>May</option>
<option>Jun</option>
<option>Jul</option>
<option>Aug</option>
<option>Sep</option>
<option>Oct</option>
<option>Nov</option>
<option>Dec</option>
</select>
<label>Day:</label>
<select>
<option>Day</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
<option>14</option>
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option>20</option>
<option>21</option>
<option>22</option>
<option>23</option>
<option>24</option>
<option>25</option>
<option>26</option>
<option>27</option>
<option>28</option>
<option>29</option>
<option>30</option>
<option>31</option>
</select>
<label>Years:</label>
<input style="text" placeholder=year />
<br></br>
<a href="https://www.facebook.com/"> </a>
<br></br>
<textarea ></textarea>Leave your fucking comment here!
</body>
</html>