Skip to content

Commit

Permalink
Merge pull request #1161 from arpit4521/arpit4521
Browse files Browse the repository at this point in the history
Edited dynamic code for year in footer section
  • Loading branch information
codervivek5 authored May 27, 2024
2 parents 3ba7c04 + ab80df6 commit 38e972c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ <h3>
<img src="./img/payment.webp" alt="" />
</div>
<p>
© Copyright &nbsp; <span> Coder_Vivek </span> &nbsp; | All Rights
© <span id="copyright-year"></span> Copyright &nbsp; <span> Coder_Vivek </span> &nbsp; | All Rights
Reserved
</p>
<p>Designed by Vivek Prajapati</p>
Expand Down Expand Up @@ -2289,6 +2289,7 @@ <h2>Cart</h2>
}
});
</script>
<script>document.getElementById("copyright-year").textContent = new Date().getFullYear();</script>
<script src="./chatBot/script.js"></script>
<script src="./cart/js/util.js"></script>
<script src="./cart/js/main.js"></script>
Expand Down

0 comments on commit 38e972c

Please sign in to comment.