Added TV Screen frame and controls
This commit is contained in:
18
index.html
18
index.html
@@ -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>
|
||||
Reference in New Issue
Block a user