Update
This commit is contained in:
parent
cc7858ea85
commit
599ea8ed8b
|
@ -191,7 +191,12 @@
|
||||||
<footer class="container border-top py-3 my-4">
|
<footer class="container border-top py-3 my-4">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-4 justify-content-start align-items-center">
|
<div class="col-lg-4 justify-content-start align-items-center">
|
||||||
<p class="mb-0 text-muted">© 2023 Melawy (Valeria Fadeeva)</p>
|
<p class="mb-0 text-muted">© 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">
|
<a href="download" role="button" class="menu btn btn-outline-secondary">
|
||||||
<i class="fa-solid fa-download"></i> Скачать
|
<i class="fa-solid fa-download"></i> Скачать
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue