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>
|
<title>Password recovery</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<footer>
|
||||||
|
UL Computer Society 2023-<span id="year">2023</span>
|
||||||
|
</footer>
|
||||||
|
<script>
|
||||||
|
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
||||||
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue