Skip to content

Commit 6159744

Browse files
authored
Update sas-ste-web.html
1 parent c88f776 commit 6159744

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

online-tools/sas-ste-web/sas-ste-web.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,13 @@
277277
<script type="text/javascript" src="sas-ste-web.js"></script>
278278
</body>
279279
<footer>
280-
<div class="footer_container">
281-
<p>Copyrights (©) 2024 saaiqSAS</p>
280+
<div class="footer_container">
281+
<p id="copyrights">Copyrights (©) 2022-Present saaiqSAS</p>
282282
</div>
283283
</footer>
284+
<script type="text/javascript">
285+
// Copyrights
286+
var currentYear = new Date().getFullYear();
287+
document.getElementById('copyrights').textContent = "Copyrights (©) 2022-"+currentYear+" saaiqSAS";
288+
</script>
284289
</html>

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