mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-06-05 18:03:14 +00:00
Name Change
This commit is contained in:
parent
b72f77f464
commit
9f2fe2fc43
6 changed files with 11 additions and 5 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue