add game buttons
This commit is contained in:
parent
ce740885c7
commit
7ad67ea091
14
game.html
14
game.html
@ -39,6 +39,20 @@
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm border text-center p-2">
|
||||
<span id="currentCpuTitle"></span>
|
||||
</div>
|
||||
<div class="col-sm border text-center p-2">
|
||||
<span id="nextCpuTitle"></span>
|
||||
<br>
|
||||
<button class="btn btn-lg bg-info m-3" onclick="" id="btnHigher">Higher</button>
|
||||
<br>
|
||||
<button class="btn btn-lg bg-info m-3" onclick="" id="btnLower">Lower</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="footer">
|
||||
<a href="https://www.flaticon.com/free-icons/processor" title="processor icons">Processor icons created by kerismaker - Flaticon</a>
|
||||
|
Loading…
Reference in New Issue
Block a user