Adding existing elements of the sign-up page to the class used in the stylesheet
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
161b016765
commit
b0b2d35de4
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,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">
|
||||||
<h2>Welcome to Skynet</h2>
|
<h2>Welcome to Skynet</h2>
|
||||||
<p>
|
<p>
|
||||||
Skynet is a server cluster that the UL Computer Society runs. If you previously had an account and need to activate <br />
|
Skynet is a server cluster that the UL Computer Society runs. If you previously had an account and need to activate <br />
|
||||||
|
@ -55,6 +56,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