This commit is contained in:
laura 2022-11-30 11:07:53 +01:00
parent 1e63462ec1
commit decbd2b523

View file

@ -86,7 +86,7 @@
<button type="button" onclick="update(O)">O</button>
<button type="button" onclick="update(P)">P</button>
</div>
<div class="line1">
<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>
@ -97,8 +97,17 @@
<button type="button" onclick="update(K)">K</button>
<button type="button" onclick="update(L)">L</button>
</div>
<div class="line2"></div>
<div class="line3"></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>