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 ba7af42 commit 2e195c4Copy full SHA for 2e195c4
index.html
@@ -168,14 +168,17 @@
168
169
170
<div class="footer_container">
171
- <p>Copyrights (©) 2024 saaiqSAS</p>
+ <p id="copyrights">Copyrights (©) 2022-Present saaiqSAS</p>
172
</div>
173
174
</main>
175
</body>
176
177
178
<script type="text/javascript">
179
+ // Copyrights
180
+ var currentYear = new Date().getFullYear();
181
+ document.getElementById('copyrights').textContent = "Copyrights (©) 2022-"+currentYear+" saaiqSAS";
182
183
// Skills
184
0 commit comments