Adding form on password reset page to the boxes div
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
6b0c679ee4
commit
ea014ec0f3
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
|
<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>
|
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="boxes">
|
||||||
<form id="reset">
|
<form id="reset">
|
||||||
<label for="user">Username</label>
|
<label for="user">Username</label>
|
||||||
<input type="text" id="user" name="user" /> <br />
|
<input type="text" id="user" name="user" /> <br />
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
<input type="Submit" value="Submit" />
|
<input type="Submit" value="Submit" />
|
||||||
</form>
|
</form>
|
||||||
<p id="formStatus"></p>
|
<p id="formStatus"></p>
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
UL Computer Society 2023-<span id="year">2023</span>
|
UL Computer Society 2023-<span id="year">2023</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue