1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

use #emuscreen to place emulator video

This commit is contained in:
Steven Hugg
2019-05-21 13:06:48 -04:00
parent 320e0c02a4
commit 31356a7b5f
7 changed files with 11 additions and 117 deletions
+3
View File
@@ -35,6 +35,9 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
<body>
<div id="emulator">
<!-- emulator video -->
<div id="emuscreen">
</div>
<div id="javatari-div" style="margin:10px; display:none">
<div id="javatari-screen" style="margin: 0 auto; box-shadow: 2px 2px 10px rgb(60, 60, 60);"></div>
<div id="javatari-console-panel" style="margin: 0 auto; box-shadow: 2px 2px 10px rgb(60, 60, 60);"></div>