mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-02 23:30:21 +00:00
fixed viewport in index and embed
This commit is contained in:
parent
37dffb0ad6
commit
8eaed111e4
10
embed.html
10
embed.html
@ -2,6 +2,8 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>8bitworkshop IDE</title>
|
<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">
|
<style type="text/css" media="screen">
|
||||||
#emulator {
|
#emulator {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
@ -44,10 +46,10 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
|
|||||||
<div id="emulator">
|
<div id="emulator">
|
||||||
<!-- emulator video -->
|
<!-- emulator video -->
|
||||||
<div id="emuscreen">
|
<div id="emuscreen">
|
||||||
</div>
|
<div id="javatari-div" style="margin:10px; display:none">
|
||||||
<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-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-console-panel" style="margin: 0 auto; box-shadow: 2px 2px 10px rgb(60, 60, 60);"></div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>8bitworkshop IDE</title>
|
<title>8bitworkshop IDE</title>
|
||||||
<link rel="manifest" href="manifest.json">
|
<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="mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="application-name" content="8bitworkshop">
|
<meta name="application-name" content="8bitworkshop">
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
; Atari 7800 sprite sample
|
; Atari 7800 sprite sample
|
||||||
; Written by Daniel Boris (danlb_2000@yahoo.com)
|
; Written by Daniel Boris (danlb_2000@yahoo.com)
|
||||||
;
|
; Modified by Steven Hugg @8bitworkshop
|
||||||
; Assemble with DASM
|
; Assemble with DASM
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
; Atari 5200 "Hello World" sample code
|
; Atari 5200 "Hello World" sample code
|
||||||
; Written by Daniel Boris (danlb_2000@yahoo.com)
|
; Written by Daniel Boris (danlb_2000@yahoo.com)
|
||||||
;
|
; Modified by Steven Hugg @8bitworkshop
|
||||||
; Assemble with DASM
|
; Assemble with DASM
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
; Atari 5200 "Hello World" sample code
|
; Atari 5200 "Hello World" sample code
|
||||||
; Written by Daniel Boris (danlb_2000@yahoo.com)
|
; Written by Daniel Boris (danlb_2000@yahoo.com)
|
||||||
;
|
; Modified by Steven Hugg @8bitworkshop
|
||||||
; Assemble with DASM
|
; Assemble with DASM
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -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
|
; Modified by Steven Hugg @8bitworkshop
|
||||||
; Assemble with DASM
|
; Assemble with DASM
|
||||||
;
|
;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
; Atari 5200 "Hello World" sample code
|
; Atari 8-bit sample code
|
||||||
; Written by Daniel Boris (danlb_2000@yahoo.com)
|
; Written by Daniel Boris (danlb_2000@yahoo.com)
|
||||||
; Modified by Steven Hugg @8bitworkshop
|
; Modified by Steven Hugg @8bitworkshop
|
||||||
; Assemble with DASM
|
; Assemble with DASM
|
||||||
|
Loading…
Reference in New Issue
Block a user