This commit is contained in:
Valeria Fadeeva 2024-05-03 11:59:26 +05:00
parent 002619a56e
commit ddb35ba3bb
1 changed files with 6 additions and 1 deletions

View File

@ -191,7 +191,12 @@
<footer class="container border-top py-3 my-4">
<div class="row">
<div class="col-lg-4 justify-content-start align-items-center">
<p class="mb-0 text-muted">&copy; 2023 Melawy (Valeria Fadeeva)</p>
<p class="mb-0 text-muted">&copy; 2023 - <span id="current_year"></span> Melawy (Valeria Fadeeva)</p>
<script>
document.getElementById("current_year").innerHTML = new Date().getFullYear();
</script>
<a href="download" role="button" class="menu btn btn-outline-secondary">
<i class="fa-solid fa-download"></i> Download
</a>