fixed viewport in index and embed

This commit is contained in:
Steven Hugg 2020-09-07 16:09:49 -05:00
parent 37dffb0ad6
commit 8eaed111e4
7 changed files with 15 additions and 11 deletions

View File

@ -2,6 +2,8 @@
<html lang="en">
<head>
<title>8bitworkshop IDE</title>
<meta name="googlebot" content="noindex" />
<meta name="viewport" content="width=700, initial-scale=1, user-scalable=no">
<style type="text/css" media="screen">
#emulator {
position:absolute;
@ -44,10 +46,10 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
<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>
<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>
</div>
</div>
</div>

View File

@ -4,7 +4,7 @@
<head>
<title>8bitworkshop IDE</title>
<link rel="manifest" href="manifest.json">
<meta name="googlebot" content="nosnippet" />
<meta name="googlebot" content="noindex" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="8bitworkshop">

View File

@ -1,6 +1,7 @@
; Atari 7800 sprite sample
; Written by Daniel Boris (danlb_2000@yahoo.com)
;
; Modified by Steven Hugg @8bitworkshop
; Assemble with DASM
;

View File

@ -1,7 +1,7 @@
; Atari 5200 "Hello World" sample code
; Written by Daniel Boris (danlb_2000@yahoo.com)
;
; Modified by Steven Hugg @8bitworkshop
; Assemble with DASM
;

View File

@ -1,7 +1,7 @@
; Atari 5200 "Hello World" sample code
; Written by Daniel Boris (danlb_2000@yahoo.com)
;
; Modified by Steven Hugg @8bitworkshop
; Assemble with DASM
;

View File

@ -1,5 +1,6 @@
; Atari "Hello World" sample code
; Written by Daniel Boris (dboris@comcast.net)
; Atari 8-bit "Hello World" sample code
; Written by Daniel Boris (danlb_2000@yahoo.com)
; Modified by Steven Hugg @8bitworkshop
; Assemble with DASM
;

View File

@ -1,5 +1,5 @@
; Atari 5200 "Hello World" sample code
; Atari 8-bit sample code
; Written by Daniel Boris (danlb_2000@yahoo.com)
; Modified by Steven Hugg @8bitworkshop
; Assemble with DASM