Feat. Adding footer to the password recovery page
This commit is contained in:
parent
c504d73e23
commit
41c4e783d9
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue