Sign-up form rough layout complete
This commit is contained in:
parent
9f21f139be
commit
3e0564a756
1 changed files with 5 additions and 5 deletions
|
@ -12,15 +12,15 @@
|
|||
</p>
|
||||
<form action="./temp_success.html">
|
||||
<label for="uid">Username</label>
|
||||
<input type="text" id="uid" name="uid" />
|
||||
<input type="text" id="uid" name="uid" /> <br />
|
||||
<label for="cn">First name</label>
|
||||
<input type="text" id="cn" name="cn" />
|
||||
<input type="text" id="cn" name="cn" /> <br />
|
||||
<label for="sn">Surname</label>
|
||||
<input type="text" id="sn" name="sn" />
|
||||
<input type="text" id="sn" name="sn" /> <br />
|
||||
<label for="mail">Email</label>
|
||||
<input type="text" id="mail" name="mail" />
|
||||
<input type="text" id="mail" name="mail" /> <br />
|
||||
<label for="skDiscord">Discord Username</label>
|
||||
<input type="text" id="skDiscord" name="skDiscord" />
|
||||
<input type="text" id="skDiscord" name="skDiscord" /> <br />
|
||||
<input type="Submit" value="Submit" />
|
||||
</form>
|
||||
<footer>
|
||||
|
|
Loading…
Reference in a new issue