Skip to content

Commit 2e195c4

Browse files
authored
Update index.html
1 parent ba7af42 commit 2e195c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,17 @@
168168

169169

170170
<div class="footer_container">
171-
<p>Copyrights (©) 2024 saaiqSAS</p>
171+
<p id="copyrights">Copyrights (©) 2022-Present saaiqSAS</p>
172172
</div>
173173

174174
</main>
175175
</body>
176176

177177

178178
<script type="text/javascript">
179+
// Copyrights
180+
var currentYear = new Date().getFullYear();
181+
document.getElementById('copyrights').textContent = "Copyrights (©) 2022-"+currentYear+" saaiqSAS";
179182

180183
// Skills
181184

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy