Skip to content

Commit 6903f12

Browse files
authored
Update credits.html
1 parent 2e195c4 commit 6903f12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

credits.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,14 +359,18 @@
359359

360360

361361
<div class="footer_container">
362-
<p>Copyrights (©) 2024 saaiqSAS</p>
362+
<p id="copyrights">Copyrights (©) 2022-Present saaiqSAS</p>
363363
</div>
364364

365365
</main>
366366
</body>
367367

368368

369369
<script type="text/javascript">
370+
// Copyrights
371+
var currentYear = new Date().getFullYear();
372+
document.getElementById('copyrights').textContent = "Copyrights (©) 2022-"+currentYear+" saaiqSAS";
373+
370374
// Scroll
371375

372376
const website_button = document.getElementById('website-button');

0 commit comments

Comments
 (0)