-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkers.html
122 lines (91 loc) · 2.86 KB
/
workers.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EttiPub : Fourm Fillup</title>
</head>
<link rel="stylesheet" type="text/css" href="in.css">
<h2 align="center"><font color="#FBB741">You seems new, Registration Here!</font></h1>
<body background="workers.jpg">
<font color="white"><p align="center"><b>Before You Enter, Please Give us A Few Minutes To Fillup This Fourm</p></font></b>
<p align="center"><font color="white" size="5px">Just Answer These Questions Below
</p></font>
<p align="center"><font color="#FFFF00" size="4px"><b>(DO NOT PUT WRONG INFORMATIONS, STAY AWAKE FROM SCAMMERS)</font></p></b>
<center><img src="EttiPub.png" height="80%" width="20%" border="5px"></center>
<br>
i><p align="center" style="padding: 10px;"> <button><font size="5px">`' EttiPub ~ RegistratioN ~ FourM '`</font></button></i></p>
<form>
<table align="center" bgcolor="#2922e3" width="200px" border="20px" style="border-radius: 10px;">
<tr>
<td><font color="white"><b> Name:</td></font></b>
<td>
<input type="text" name="username" placeholder="Your Name Here" required>
</td>
</tr>
<tr>
<td><font color="white"><b> Age:</b></font>
</td>
<td>
<input type="text" name="Age" placeholder="Your Age" required>
</td></tr>
<td> <font color="white"><b>
Address:</b></font>
</td>
<td>
<input type="text" name="Address" placeholder="Where do you live?" required>
</td>
</table>
</fourm>
<br>
<form>
<table align="center" bgcolor="#4fff42" width="250px" border="5px" style="border-radius: 5px;">
<tr>
<td>
<font color="black"><b> You are signing up as...</font></b>
<br>
</td>
</font></td></tr>
<tr>
<td align="center">
<input type="radio" name="as" value="buyer" required> Buyer
<br>
<input type="radio" name="as" value="seller" required> Seller
<br>
<input type="radio" name="as" value="bothbs" required>Both Buyer and Seller
</td>
</tr>
</td>
</tr>
</table>
</form>
<form>
<table bgcolor="#ecd540" align="center" width="200px" style="border-radius: 10px;">
<tr>
<td align="center"><font color="red"><b> Select your choice: </b> </font> </td><br>
</tr>
<tr>
<td>
<input type="radio" name="phone" required> Phone Number
<br>
<input type="radio" name="email" required> E-Mail
</tr>
</td>
</tr>
</table>
</table>
</form>
<a href="Choiceit.html">
<p align="center"><button style="background-color: #FF5213;"><font color="white" style="border-radius: 5px;">I'm Done, Submit it</font></button></p>
</a>
<br>
<p align="center"><font color="#FFFF00" size="5px"><b><i>Having an Account?</p></font></i></b>
<a href="signin.html">
<p align="center"><button><u>Sign In Here</u></p></button>
</a>
<div>
<audio src="lookatme.mp3" loop autoplay>
</audio>
</div>
</body>
</html>