miss blouse

This commit is contained in:
Baptiste Rebillard 2022-06-13 09:26:30 +02:00
parent bf2da85110
commit 5fca5a771b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

View file

@ -75,7 +75,7 @@ ob_start(); // Start reading html
</div>
<div id="photos_blouse">
<?php
for($i = 1; $i<=4; $i++) {
for($i = 1; $i<=6; $i++) {
echo "<img src='assets/img/blouse/blouse_".$i.".jpg' class='img_blouse'>";
}
?>