hello
This commit is contained in:
parent
e91e4fd934
commit
e64d1c6d60
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@
|
|||
<footer>
|
||||
<div class="clavier">
|
||||
<div class="line1">
|
||||
<button type="button" onclick="update(Q)">Q</button>
|
||||
<!--la fonction update sera la fonction qui écrit la lettre dans la grille quand on clique dessus-->
|
||||
<button type="button" onclick="update(Q)">Q</button>
|
||||
<button type="button" onclick="update(W)">W</button>
|
||||
<button type="button" onclick="update(E)">E</button>
|
||||
<button type="button" onclick="update(R)">R</button>
|
||||
|
|
Loading…
Reference in a new issue