forked from jaichhabra/hactktoberfesttimebois2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (142 loc) · 4.3 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!-- <div id="ccc">
<form action="">
<label for="username">Username</label>
<input type="text" placeholder="username" name="username" id="username" />
<br />
<label for="password">Password</label>rrrr
<input
type="password"
placeholder="Password"
name="password"
id="password"
/>
<br />
<button>Register</button>
<hr />
</form>
</div>
l
<form action="https://www.youtube.com/results">
<label for="srs">Search Youtube</label>
<input type="text" name="search_query" id="srs" />
<button type="submit">Submit</button>
</form>
<form action="/Notes.html">
<input type="text" name="size">
<button>suk</button></form>
<form action="/0">
<label for="usr">Username</label>
<input type="text" name="usr" id="usr" placeholder="Username">
<label for="pass">Password</label>
<input type="password" name="pass" id="pass" placeholder="Password">
<button>Register</button></form>
<form action="//">
<input type="url" name="/" id="" placeholder="Enter A URL" value="https://">
<button>submit</button></form>
<!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" />
<title>Document</title>
</head>
<body>
<h1>Race Registration!</h1>
<form action="/">
<label for="fn">First Name</label>
<input type="text" name="/" id="fn" required />
<label for="ln">Last Name</label>
<input type="text" name="//" id="ln" required />
<br />
<br />
<br />
<br />
Select a Race:
<br />
<br />
<input type="radio" name="l" id="fr" required value="fr" />
<label for="fr">Fun Race 5k</label>
<br />
<input type="radio" name="l" id="hm" value="hm" />
<label for="hm">Half Marathon</label>
<br />
<input type="radio" name="l" id="fm" value="fm" />
<label for="fm">Full Marathon</label>
<br />
<br />
<br />
<label for="em">Email</label>
<input type="email" name="em" id="em" required />
<label for="pass">Password</label>
<input type="password" name="pass" id="pass" required />
<br />
<br />
<label for="age">Select Age Group:</label>
<select name="age" id="age" required>
<option value="U18">Under 18</option>
<option value="18-30">18-30</option>
<option value="30-50">30-50</option>
<option value="50+">50+</option>
</select>
<br />
<br />
<button>Register!</button>
</form>
</body>
</html>
<h1>Race Registration!</h1>
<form action="/">
<label for="fn">First Name</label>
<input type="text" name="//" id="fn" required placeholder="Enter your first name!" />
<label for="ln">Last Name</label>
<input type="text" name="///" id="ln" required placeholder="Enter your Last name" />
<br />
<br />
<br />
<p>Select a Race:</p>
<input type="radio" name="l" id="ccc" />
<label for="ccc">Fun Race 5k</label> <br />
<input type="radio" name="l" id="ccc" />
<label for="ccc">Half Marathon</label> <br />
<input type="radio" name="l" id="ccc" />
<label for="ccc">Fun Race 5k</label>
</form> -->
<!--DON'T TOUCH ANYTHING IN THIS FILE!-->
<!doctype html>
<html>
<head>
<title>Checkerboard</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--DON'T TOUCH ANYTHING IN THIS FILE!-->
<div id="board">
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
</div>
</body>
</html>