Skip to content

Commit 04f1934

Browse files
authored
Update about_me.html
1 parent 6903f12 commit 04f1934

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

about_me.html

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

117117

118118
<div class="footer_container">
119-
<p>Copyrights (©) 2024 saaiqSAS</p>
119+
<p id="copyrights">Copyrights (©) 2022-Present saaiqSAS</p>
120120
</div>
121121

122122
</main>
123123
</body>
124124

125125

126126
<script type="text/javascript">
127+
// Copyrights
128+
var currentYear = new Date().getFullYear();
129+
document.getElementById('copyrights').textContent = "Copyrights (©) 2022-"+currentYear+" saaiqSAS";
127130

128131
</script>
129132
</html>

0 commit comments

Comments
 (0)