Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalshivhare authored Oct 31, 2023
1 parent 6f1555f commit 7001e50
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<body>

<section id="header">
<a href="#"><img src="./img/logo1.png" class="logo"></a>
<a href="#"><img src="./img/logo12.jpg" class="logo"></a>
<div>
<ul id="navbar">
<li><a class="active" href="index.html">Home</a></li>
Expand Down Expand Up @@ -341,7 +341,7 @@ <h4>Information</h4>

<footer class="section-p1">
<div class="col">
<img class="logo" id="img" src="img/logo1.png" alt="">
<img class="logo" id="img" src="./img/logo12.jpg" alt="">
<h4>Contact</h4>
<p><strong>ADDRESS:</strong>A-78B panchvihar colony chipyana buzurg gautam budh nagar greater Noida 201009</p>
<p><strong>PHONE:</strong>9455220960/6395992493</p>
Expand Down Expand Up @@ -384,10 +384,15 @@ <h4>Install App</h4>
<img src="img/pay/pay.png" alt="">
</div>
<div class="copyright">
<p>Contact Divisha Homes </p>
</div>
</footer>
<footer>
<div class="madeby">
<p>2023,Made by Ujjwal</p>
</div>
</footer>
<script src="script.js"></script>
</body>

</html>
</html>

0 comments on commit 7001e50

Please sign in to comment.