Skip to content

Commit

Permalink
Update index.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Meetjain1 authored Aug 1, 2024
1 parent 5e2ee31 commit a3943c6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,12 @@
</footer>
<div class="copy">
<div class="container">
<a href="https://www.smarteyeapps.com/">2015 &copy; All Rights Reserved | Designed and Developed by
Sahil Hossain</a>
<a href="https://www.smarteyeapps.com/">
<script>
document.write(new Date().getFullYear());
</script>
&copy; All Rights Reserved | Designed and Developed by Sahil Hossain
</a>

<span>
<a href="https://github.com/Sahil1786" target="blank"><i class="fab fa-github"></i></a>
Expand Down Expand Up @@ -437,4 +441,4 @@
<script src="index.JS"></script>
</body>

</html>
</html>

0 comments on commit a3943c6

Please sign in to comment.