Added TV Screen frame and controls

This commit is contained in:
2026-01-10 22:00:02 +01:00
parent 25b59483b5
commit 2ab4710692
2 changed files with 18 additions and 0 deletions

BIN
assets/img/tvframe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -11,5 +11,23 @@
<option value="">No menu loaded</option>
</select>
<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>
</html>