Added name input
This commit is contained in:
parent
4da85d1662
commit
05383ed0ae
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
<h1 style="color: #69D2E7; font-size: 75px;">Register Yourself</h1>
|
||||
<hr style="margin-left: 10em; margin-right: 10em;">
|
||||
<br>
|
||||
<div class="ui input">
|
||||
<input type="text" placeholder="Name" id="name" style="width:50em;">
|
||||
</div>
|
||||
<br><br>
|
||||
<div class="ui input">
|
||||
<select name="type" id="type" data-width="auto">
|
||||
<option value="1">US Middle/High School Student</option>
|
||||
|
|
Loading…
Reference in a new issue