-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdemo.html
More file actions
32 lines (29 loc) · 889 Bytes
/
demo.html
File metadata and controls
32 lines (29 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="demo.css">
<script src="basicode.js"></script>
</head>
<body>
<div class="tabs">
<div id="screen">
<a href="#screen">Screen</a>
<div>
<script type="text/basicode"
data-columns=40
data-rows=24
data-speed=1000
data-font="cga"
src="demo.bc3"
></script>
</div>
</div>
</div>
<small>
BASICODE interpreter in Javascript. <noscript>Requires JavaScript.</noscript>
<a href="https://github.com/robhagemans/basicode/">Use it with BASICODE programs such as these.</a>
<a href="https://github.com/robhagemans/basicode-interpreter">Source is here.</a>
</small>
</body>
</html>