Skip to content

Commit eeaf9c6

Browse files
authored
Update sas-ste.html
1 parent 8a85b40 commit eeaf9c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/sas-ste.html

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

131131

132132
<div class="footer_container">
133-
<p>Copyrights (©) 2024 saaiqSAS</p>
133+
<p id="copyrights">Copyrights (©) 2022-Present saaiqSAS</p>
134134
</div>
135135

136136
</main>
137137
</body>
138138

139139

140140
<script type="text/javascript">
141+
// Copyrights
142+
var currentYear = new Date().getFullYear();
143+
document.getElementById('copyrights').textContent = "Copyrights (©) 2022-"+currentYear+" saaiqSAS";
144+
141145
// Scroll To Projects
142146

143147
const download_button = document.getElementById('download');

0 commit comments

Comments
 (0)