Files

16 lines
311 B
PHP
Raw Permalink Normal View History

2026-04-08 08:49:36 +02:00
<div class="grid">
<article>
<header>Player</header>
<section class="center">
<img src="./images/<?php echo $imagePlayer;?>">
</section>
</article>
<article>
<header>Computer</header>
<section class="center">
<img src="./images/<?php echo $imageComputer;?>">
</section>
</article>
</div>