Adding the boxes div to the register form

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2023-09-11 12:35:12 +01:00
parent d4f75a25cb
commit 12b1ecd2b5

View file

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