tp3
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user