Skip to content

Commit

Permalink
images to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal-K-988 committed Oct 5, 2023
2 parents 2b2184e + 5f19606 commit 70b2b04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,21 @@ <h1>Healthcare Website</h1>
</div>
<div class="carousel-inner" >
<div class="carousel-item active">
<img src="/molv.jpg" class="d-block w-100" alt="...">
<img src="/images/molv.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5 > 24*7 Doctor Available </h5>
<p>Certified Doctors </p>
</div>
</div>
<div class="carousel-item" >
<img src="/consult_doctor.jpg" class="d-block w-100" alt="...">
<img src="/images/consult_doctor.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Consult Doctor</h5>
<p>From the comfort of your home</p>
</div>
</div>
<div class="carousel-item">
<img src="/affrican.jpg" class="d-block w-100" alt="...">
<img src="/images/affrican.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Test online
</h5>
Expand Down

0 comments on commit 70b2b04

Please sign in to comment.