This commit is contained in:
Brunetto Marie 2022-11-30 11:10:09 +01:00
commit 7c5295c2ee

View file

@ -75,8 +75,8 @@
<footer>
<div class="clavier">
<div class="line1">
<button type="button" onclick="update(A)">A</button>
<button type="button" onclick="update(Z)">Z</button>
<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>
<button type="button" onclick="update(T)">T</button>
@ -86,8 +86,28 @@
<button type="button" onclick="update(O)">O</button>
<button type="button" onclick="update(P)">P</button>
</div>
<div class="line2"></div>
<div class="line3"></div>
<div class="line2">
<button type="button" onclick="update(A)">A</button>
<button type="button" onclick="update(S)">S</button>
<button type="button" onclick="update(D)">D</button>
<button type="button" onclick="update(F)">F</button>
<button type="button" onclick="update(G)">G</button>
<button type="button" onclick="update(H)">H</button>
<button type="button" onclick="update(J)">J</button>
<button type="button" onclick="update(K)">K</button>
<button type="button" onclick="update(L)">L</button>
</div>
<div class="line3">
<button type="button" onclick="update(Z)">Z</button>
<button type="button" onclick="update(X)">X</button>
<button type="button" onclick="update(C)">C</button>
<button type="button" onclick="update(V)">V</button>
<button type="button" onclick="update(B)">B</button>
<button type="button" onclick="update(N)">N</button>
<button type="button" onclick="update(M)">M</button>
<button type="button" onclick="update(K)">SUPPR</button>
<button type="button" onclick="update(L)">ENTER</button>
</div>
</div>