8 lines
83 B
PHP
8 lines
83 B
PHP
|
<?php
|
||
|
$vue=FALSE;
|
||
|
$images=["pierre.png","feuille.png","ciseaux.png"];
|
||
|
|
||
|
// TODO
|
||
|
|
||
|
?>
|