[Sign-up] Refactored to match the file structure settled on

This commit is contained in:
eoghan.conlon 2023-08-01 13:19:43 +01:00
parent 647a9c9981
commit 4105c6e9dc
2 changed files with 1 additions and 18 deletions

View file

@ -1,17 +0,0 @@
<!DOCTYPE html>
<!-- This file is only temporary for the purposes of testing the form and will be removed from the final product -->
<html lang="en-ie">
<head>
<meta charset="UTF-8" />
<title>Skynet Sign-up</title>
</head>
<body>
SUCCESS!!
<footer>
UL Computer Society 2023-<span id="year">2023</span>
</footer>
</body>
<script>
document.getElementById('year').textContent = new Date().getFullYear().toString()
</script>
</html>

View file

@ -7,7 +7,7 @@
</head>
<body>
<h1>Skynet Password Reset & Sign-up service</h1>
<h2><a href="SignUp/register.html"> Account Signup</a></h2>
<h2><a href="register.html"> Account Signup</a></h2>
<p>Please use this service if you haven't gotten a skynet account already</p>
<h2><a href="password.html">Password Reset</a></h2>
<p>Please use this service if you ever forget your skynet password</p>