16 lines
311 B
PHP
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>
|
|
|