Added placeholder and fixed clanker button error
This commit is contained in:
BIN
img/placeholder.jpg
Normal file
BIN
img/placeholder.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
16
index.html
16
index.html
@@ -15,16 +15,16 @@
|
|||||||
<br><br>
|
<br><br>
|
||||||
<div id="viewer">
|
<div id="viewer">
|
||||||
<div id="screen">
|
<div id="screen">
|
||||||
|
<img src="img/placeholder.jpg" width="1280" height="720">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div id="sidePanel">
|
||||||
<div id="controls">
|
<div id="controls">
|
||||||
<button onclick="pressButton('up')">Up</button>
|
<button onclick="pressButton('up')">Up</button><br>
|
||||||
<button onclick="pressButton('down')">Down</button>
|
<button onclick="pressButton('down')">Down</button><br>
|
||||||
<button onclick="pressButton('left')">Left</button>
|
<button onclick="pressButton('left')">Left</button><br>
|
||||||
<button onclick="pressButton('right')">Right</button>
|
<button onclick="pressButton('right')">Right</button><br>
|
||||||
<button onclick="pressButton('select')">Select</button>
|
<button onclick="pressButton('select')">Select</button><br>
|
||||||
<button onclick="pressButton('back')">Back</button>
|
<button onclick="pressButton('menu')">Menu</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user