Sign-up form rough layout complete

This commit is contained in:
Eoghan Conlon 2023-06-09 11:24:06 +01:00
parent 9f21f139be
commit 3e0564a756

View file

@ -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>