Create initial emulator and hello world demo

This commit is contained in:
2026-02-23 17:37:30 +00:00
commit d3e2407f3b
9 changed files with 300 additions and 0 deletions

17
styles.css Normal file
View File

@@ -0,0 +1,17 @@
body {
line-height: 1.4em;
font-family: 'Courier 10 Pitch', monospace;
font-size: 12pt;
background-color: black;
color: white;
}
#output {
margin: 1.4em auto;
width: 80em;
height: 48em;
}
#input {
display: none;
}