Skip to content

Commit

Permalink
Update main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Svastik73 authored Jul 8, 2024
1 parent b7d15c3 commit 390f024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ <h2>Albums</h2>
<h2>Singers</h2>
<div class="singers">
<div class="singer-item">
<img src="image/pop/elvis.jpg" alt="Singer 1">
<img src="image/pop/elvis.jfif" alt="Singer 1">
<p>Elvis Presley</p>
</div>
<div class="singer-item">
<img src="singer2.jpg" alt="Singer 2">
<p>Singer 2</p>
<img src="imsge/pop/adam.jfif" alt="Singer 2">
<p>Adam levine</p>
</div>
</div>
</section>
Expand Down

0 comments on commit 390f024

Please sign in to comment.