Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Aman-Jain authored Aug 3, 2024
1 parent 4ddfca5 commit 3292b5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<h2>Deals in smart phone</h2>
<div
class="box-img"
style="background-image: url('/Images/Products-Img/box1.jpeg')"
style="background-image: url('./Images/Products-Img/box1.jpeg')"
></div>
<p>See more</p>
</div>
Expand All @@ -110,7 +110,7 @@ <h2>Deals in smart phone</h2>
<h2>Best tech shoes</h2>
<div
class="box-img"
style="background-image: url('/Images/Products-Img/box2.jpg')"
style="background-image: url('./Images/Products-Img/box2.jpg')"
></div>
<p>See more</p>
</div>
Expand All @@ -120,7 +120,7 @@ <h2>Best tech shoes</h2>
<h2>Explore smart bands</h2>
<div
class="box-img"
style="background-image: url('/Images/Products-Img/box3.jpg')"
style="background-image: url('./Images/Products-Img/box3.jpg')"
></div>
<p>See more</p>
</div>
Expand All @@ -130,7 +130,7 @@ <h2>Explore smart bands</h2>
<h2>Deals on AI code</h2>
<div
class="box-img"
style="background-image: url('/Images/Products-Img/box4.jpeg')"
style="background-image: url('./Images/Products-Img/box4.jpeg')"
></div>
<p>See more</p>
</div>
Expand All @@ -141,7 +141,7 @@ <h2>Deals on AI code</h2>
<h2>Best Tesseract</h2>
<div
class="box-img"
style="background-image: url('/Images/Products-Img/box5.jpeg')"
style="background-image: url('./Images/Products-Img/box5.jpeg')"
></div>
<p>See more</p>
</div>
Expand All @@ -151,7 +151,7 @@ <h2>Best Tesseract</h2>
<h2>Great tech gadgets</h2>
<div
class="box-img"
style="background-image: url('/Images/Products-Img/box6.jpg')"
style="background-image: url('./Images/Products-Img/box6.jpg')"
></div>
<p>See more</p>
</div>
Expand Down

0 comments on commit 3292b5b

Please sign in to comment.