Feat. Sign-up set to boilerplate & link from index

This commit is contained in:
eoghanconlon73 2023-07-20 12:46:38 +00:00
parent e43a458ccd
commit 95efb7b36e
2 changed files with 17 additions and 0 deletions

15
src/PassReset/index.html Normal file
View 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>