Skip to content

Commit

Permalink
fixed prob
Browse files Browse the repository at this point in the history
  • Loading branch information
SHUVADEEP MNDAL committed Jan 8, 2024
1 parent 2688241 commit 9fe19f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@ <h3>login form</h3>
<tbody>
<tr>
<td><a href="#"><i class="far fa-times-circle"></i></a></td>
<td><img src="img/bata-fish.jpg"></td>
<td><img src="img/Fishbata-fish.jpg"></td>
<td>Bata Fish</td>
<td>120 Rupees</td>
<td><input type="number" value="0.5"></td>
<td>60 Rupees</td>
</tr>
<tr>
<td><a href="#"><i class="far fa-times-circle"></i></a></td>
<td><img src="img/hilsa_ilish_1_5.jpg"></td>
<td><img src="img/Fish/hilsa_ilish_1_5.jpg"></td>
<td>Hilsa Fish</td>
<td>400 Rupees</td>
<td><input type="number" value="1"></td>
<td>400 Rupees</td>
</tr>
<tr>
<td><a href="#"><i class="far fa-times-circle"></i></a></td>
<td><img src="img/koi.jpg"></td>
<td><img src="img/Fish/koi.jpg"></td>
<td>KOI Fish</td>
<td>120 Rupees</td>
<td><input type="number" value="0.5"></td>
Expand Down

0 comments on commit 9fe19f1

Please sign in to comment.