This commit is contained in:
laura 2022-11-30 11:33:56 +01:00
parent e64d1c6d60
commit d4e47c07b1

View file

@ -92,6 +92,7 @@
<button type="button" onclick="update(L)">L</button>
</div>
<div class="line3">
<button class="enter" type="button" onclick="Enter()">ENTER</button>
<button type="button" onclick="update(Z)">Z</button>
<button type="button" onclick="update(X)">X</button>
<button type="button" onclick="update(C)">C</button>
@ -99,8 +100,7 @@
<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>
<button class="suppr" type="button" onclick="Supprimer()">SUPPR</button>
</div>