Adding the boxes div to the register form
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
d4f75a25cb
commit
12b1ecd2b5
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
</div>
|
||||
<div class="boxes">
|
||||
<h2>Sign-up</h2>
|
||||
<p>Thank you for signing up for your free skynet account. Please complete the process by filling in the form below</p>
|
||||
<form id="register">
|
||||
<label for="user">Username</label>
|
||||
<input type="text" id="user" name="user"/> <br/>
|
||||
|
@ -20,6 +23,7 @@
|
|||
<input type="password" id="confirm" name="confirm"/>
|
||||
<input type="Submit" value="Submit"/>
|
||||
</form>
|
||||
</div>
|
||||
<p id="formStatus"></p>
|
||||
<footer>
|
||||
UL Computer Society 2023-<span id="year">2023</span>
|
||||
|
|
Loading…
Reference in a new issue