Skip to content

Commit

Permalink
Merge pull request #223 from Meetjain1/patch-1
Browse files Browse the repository at this point in the history
Feat : Update index.ejs
  • Loading branch information
Sahil1786 authored Aug 9, 2024
2 parents be85aa7 + a3943c6 commit c07e721
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 c07e721

Please sign in to comment.