Adding title and form information to the modify page
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
272ae7a14c
commit
f2e45e3602
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
|||
<link rel="stylesheet" type="text/css" href="stylesheets/index.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="title">
|
||||
<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>User modification page</h2>
|
||||
<p>Use this page to modify your account. Please remember to select a field before submitting the form</p>
|
||||
<form id="reset">
|
||||
<table class="table">
|
||||
<tr>
|
||||
|
@ -40,6 +47,7 @@
|
|||
</table>
|
||||
</form>
|
||||
<p id="formStatus"></p>
|
||||
</div>
|
||||
<footer>
|
||||
UL Computer Society 2023-<span id="year">2023</span>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue