Files
web_2025/R3.01/tp/tp3/chifoumi/views/game.php
T
2026-04-08 08:49:36 +02:00

16 lines
311 B
PHP

<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>