Added TV Screen frame and controls
This commit is contained in:
BIN
assets/img/tvframe.png
Normal file
BIN
assets/img/tvframe.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
18
index.html
18
index.html
@@ -11,5 +11,23 @@
|
|||||||
<option value="">No menu loaded</option>
|
<option value="">No menu loaded</option>
|
||||||
</select>
|
</select>
|
||||||
<button onclick="loadMenu()">Load Menu</button>
|
<button onclick="loadMenu()">Load Menu</button>
|
||||||
|
<br><br>
|
||||||
|
<div id="viewer">
|
||||||
|
<div id="screen">
|
||||||
|
<img src="assets/img/tvframe.png" alt="TV Frame">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div id="controls">
|
||||||
|
<button onclick="pressButton('up')">Up</button>
|
||||||
|
<button onclick="pressButton('down')">Down</button>
|
||||||
|
<button onclick="pressButton('left')">Left</button>
|
||||||
|
<button onclick="pressButton('right')">Right</button>
|
||||||
|
<button onclick="pressButton('select')">Select</button>
|
||||||
|
<button onclick="pressButton('back')">Back</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user