-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignup.php
More file actions
22 lines (21 loc) · 1.28 KB
/
signup.php
File metadata and controls
22 lines (21 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<h1 style="text-align: center;"><img src="toool_logo.svg" alt="" width="472" height="184" /></h2>
<h1 style="text-align: center;"><strong>Contestant Signup Form</strong></h1>
<table style="height: 173px; width: 199px; margin-left: auto; margin-right: auto;" border="2">
<tbody>
<tr style="height: 100.266px;">
<td style="width: 187px; height: 100.266px;">
<form action="register.php" method="post">
<br />
<p align = "center"><b>Handle:</b><br /> <input name="handle" type="text" /><br /><br />
<b>Difficulty Level:</b><br /></p>
<p align = "left">
<input checked="checked" name="difficulty" type="radio" value="1" /> Easy<br />
<input name="difficulty" type="radio" value="2" /> Medium<br />
<input name="difficulty" type="radio" value="3" /> Hard <br />
<input name="difficulty" type="radio" value="4" /> <font color="red">Expert</font></p>
<p align = "center"><input type="submit" value="Print Barcode"/></p>
</form></td>
</tr>
</tbody>
</table>
<p> </p>