mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update
This commit is contained in:
parent
41c132252d
commit
8a00ac5b30
@ -42,13 +42,13 @@
|
||||
<div class="third-row">
|
||||
<input type="button" value="4" onclick=" liveScreen(4)" />
|
||||
<input type="button" value="5" onclick=" liveScreen(5)" />
|
||||
<input type="button" value="6" onclick=" liveScreen(6)" />
|
||||
<input type="button" value="6" onclick=" liveScreen(6); sixPress()" />
|
||||
<input type="button" value="-" onclick="liveScreen('-')" />
|
||||
</div>
|
||||
<div class="fourth-row">
|
||||
<input type="button" value="7" onclick="liveScreen(7)" />
|
||||
<input type="button" value="8" onclick="liveScreen(8)" />
|
||||
<input type="button" value="9" onclick=" liveScreen(9)" />
|
||||
<input type="button" value="9" onclick=" liveScreen(9); ninePress()" />
|
||||
<input type="button" value="x" onclick="liveScreen('*')" />
|
||||
</div>
|
||||
<div class="fifth-row">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user