Skip to content

Commit d38cc9b

Browse files
committed
Update index.html
1 parent 3db65b0 commit d38cc9b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,11 @@ <h6>Help & Support</h6>
800800
</div>
801801
</div>
802802
<div class="copyright-wrapper wow fadeInUp" data-wow-delay=".2s">
803-
<p>Design and Developed by <a href="https://mramzanch.blogspot.com" rel="nofollow" target="_blank">M Ramzan Ch</a> Built-with <a href="#">Lindy UI Kit</a></p>
803+
<p>&copy; 2025 <span id="year">2025</span> All Right Reserved. <a href="https://MainRoute-Core.github.io" rel="nofollow" target="_blank">MainRoute Core</a></p>
804804
</div>
805+
<script>
806+
document.getElementById('year').textContent = new Date().getFullYear();
807+
</script>
805808
</div>
806809
</footer>
807810
<!-- ========================= footer style-1 end ========================= -->

0 commit comments

Comments
 (0)