Feat. Adding footer to the password recovery page

This commit is contained in:
Eoghan Conlon 2023-08-27 16:27:00 +01:00
parent c504d73e23
commit 41c4e783d9

View file

@ -5,6 +5,12 @@
<title>Password recovery</title>
</head>
<body>
<footer>
UL Computer Society 2023-<span id="year">2023</span>
</footer>
<script>
document.getElementById('year').textContent = new Date().getFullYear().toString()
</script>
</body>
</html>