Name Change

This commit is contained in:
Michał Gdula 2022-06-08 12:14:11 +01:00
parent b72f77f464
commit 9f2fe2fc43
6 changed files with 11 additions and 5 deletions

View file

@ -30,3 +30,9 @@
<p>About: Rainforest Runner is an endless runner game where you will have to dodge the dangers of the Brazilian rainforest. If you survive, you're awarded with a chest full of treasure and rewards for completing the level. Good luck! You'll need it.</p>
</div>
</div>
<div>
<?php
$images = glob("../images/gallery/*.{jpg,jpeg,gif,png,bmp,webp}", GLOB_BRACE);
foreach ($images as $i) { echo "<img src='gallery/". basename($i) ."'>"; };
?>
</div>