Skip to content

Commit

Permalink
Merge pull request #933 from Meetjain1/main
Browse files Browse the repository at this point in the history
Fixed copyright bug
  • Loading branch information
sunny0625 authored Jun 4, 2024
2 parents e880ea2 + 08db63d commit b5052d6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,15 @@ <h4>Follow Us</h4>
</div>
<p>Stay connected with us on social media for the latest updates, recipes, and foodie adventures.
</p>
<div class="copyright">
&copy; <span id="copyright-year"></span> Foodies - All Rights Reserved | <span id="author">
<a href="https://www.linkedin.com/in/khushi-joshi-95a587256/" target="_blank">Khushi
Joshi</a>
</span></p>
<div>
<p class="copyright"> ©
<script>
document.write(new Date().getFullYear());
</script> Foodies - All Rights Reserved |
<a href="https://www.linkedin.com/in/khushi-joshi-95a587256/" target="_blank">
Khushi Joshi
</a>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit b5052d6

Please sign in to comment.