Feat. Sign-up set to boilerplate & link from index
This commit is contained in:
parent
e43a458ccd
commit
95efb7b36e
2 changed files with 17 additions and 0 deletions
15
src/PassReset/index.html
Normal file
15
src/PassReset/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-ie">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Password reset</title>
|
||||
</head>
|
||||
<body>
|
||||
<footer>
|
||||
UL Computer Society 2023-<span id="year">2023</span>
|
||||
</footer>
|
||||
</body>
|
||||
<script>
|
||||
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
||||
</script>
|
||||
</html>
|
|
@ -8,6 +8,8 @@
|
|||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
<h2><a href="SignUp/index.html"> Account Signup</a></h2>
|
||||
<p>Please use this service if you haven't gotten a skynet account already</p>
|
||||
<h2><a href="PassReset/index.html">Password Reset</a></h2>
|
||||
<p>Please use this service if you ever forget your skynet password</p>
|
||||
|
||||
|
||||
<footer>
|
||||
|
|
Loading…
Reference in a new issue