We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e195c4 commit 6903f12Copy full SHA for 6903f12
credits.html
@@ -359,14 +359,18 @@
359
360
361
<div class="footer_container">
362
- <p>Copyrights (©) 2024 saaiqSAS</p>
+ <p id="copyrights">Copyrights (©) 2022-Present saaiqSAS</p>
363
</div>
364
365
</main>
366
</body>
367
368
369
<script type="text/javascript">
370
+ // Copyrights
371
+ var currentYear = new Date().getFullYear();
372
+ document.getElementById('copyrights').textContent = "Copyrights (©) 2022-"+currentYear+" saaiqSAS";
373
+
374
// Scroll
375
376
const website_button = document.getElementById('website-button');
0 commit comments