[Sign-up] Refactored to match the file structure settled on
This commit is contained in:
parent
647a9c9981
commit
4105c6e9dc
2 changed files with 1 additions and 18 deletions
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue