Skip to content

Commit 370eafb

Browse files
committed
🐛 w/ jsdos archive
0 parents  commit 370eafb

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Microsoft QBasic 1.1 in MS-DOS 6.22. [🙋]
2+
3+
[🙋]: https://github.com/qb40/qbasic-1.1
4+
5+
<br>
6+
7+
<div>
8+
<link href="/assets/js-dos/js-dos.css" rel="stylesheet">
9+
<script src="/assets/js-dos/js-dos.js"></script>
10+
<div id="jsdos"></div>
11+
<script>
12+
var jsdos = document.getElementById("jsdos");
13+
emulators.pathPrefix = "/assets/js-dos/";
14+
Dos(jsdos).run("index.jsdos");
15+
var width = jsdos.offsetWidth;
16+
jsdos.style.height = (0.6*width)+"px";
17+
</script>
18+
</div>
19+
20+
<br>
21+
<br>
22+
23+
24+
[![qb40](https://i.imgur.com/xAWLn0I.jpg)](https://qb40.github.io)

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

_includes/head-custom.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- Google tag (gtag.js) -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7YB2GGR37M"></script>
3+
<script>
4+
window.dataLayer = window.dataLayer || [];
5+
function gtag(){dataLayer.push(arguments);}
6+
gtag('js', new Date());
7+
gtag('config', 'G-7YB2GGR37M');
8+
</script>

index.jsdos

292 KB
Binary file not shown.

0 commit comments

Comments
 (0)