Skip to content

Commit 14900bf

Browse files
committed
Update index.html
1 parent 984ff2c commit 14900bf

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
@@ -270,8 +270,11 @@ <h3>Zenoid</h3>
270270
</div>
271271
<div class="footer__copyright">
272272
<p>
273-
Copyright &#169; 2021 Zenoid Digital Agency. All Rights Reserved.<br />By <a href="https://mramzanch.blogspot.com/" style="background: #ee0979;background: -webkit-gradient(linear, left top, right top, from(#ff6a00), to(#ee0979));background: linear-gradient(to right, #ff6a00, #ee0979);-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;text-decoration: auto;font-weight: 600;">M Ramzan Ch!</a>
273+
Copyright &#169; 2021-<span id="year">2025</span> Zenoid Digital Agency. All Rights Reserved.<br />By <a href="https://MainRoute-Core.github.io/" style="background: #ee0979;background: -webkit-gradient(linear, left top, right top, from(#ff6a00), to(#ee0979));background: linear-gradient(to right, #ff6a00, #ee0979);-webkit-text-fill-color: transparent;-webkit-background-clip: text;background-clip: text;text-decoration: auto;font-weight: 600;">MainRoute Core!</a>
274274
</p>
275+
<script>
276+
document.getElementById('year').textContent = new Date().getFullYear();
277+
</script>
275278
</div>
276279
</div>
277280
<div class="footer__links">

0 commit comments

Comments
 (0)