Skip to content

Commit

Permalink
Merge pull request #11 from Chitrakadyan2005/main
Browse files Browse the repository at this point in the history
added links to footer
  • Loading branch information
Chitrakadyan2005 authored Nov 11, 2024
2 parents b1d67e6 + 650cce0 commit f54c599
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
<div class="footer-col">
<h4>Developed by</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">email</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="[email protected]">email</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Explore</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Menu</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="Menu.html">Menu</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">privacy policy</a></li>
</ul>
</div>
<div class="footer-col">
<h4>customer review</h4>
<ul>
<li><a href="#">feedback</a></li>
<li><a href="feedback.html">feedback</a></li>
<li><a href="#">support</a></li>
</ul>
</div>
</div>
<p>&copy; 2024 Your Brand. All rights reserved.</p>
<p>&copy; 2024 चमuch. All rights reserved.</p>
</div>
</footer>
</body>
Expand Down

0 comments on commit f54c599

Please sign in to comment.