aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authordan <[email protected]>2023-05-20 10:54:57 -0400
committerdan <[email protected]>2023-05-20 10:54:57 -0400
commit153cf4a4bab033bbb38341a01060ebbc60275132 (patch)
treefa195abcfad5fa4c6fd6a3daea62d1b881369175 /index.html
parent84b064f65e25d6e6e3a8c8cfe8a10062a2da66a0 (diff)
downloadforth-153cf4a4bab033bbb38341a01060ebbc60275132.tar.gz
forth-153cf4a4bab033bbb38341a01060ebbc60275132.tar.bz2
forth-153cf4a4bab033bbb38341a01060ebbc60275132.zip
feat: `if` command; fix: input should be printed above output
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2ab7c6e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang="">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
+ <title>Forth Demo</title>
+ </head>
+ <body>
+ <div id="forthroot"></div>
+ <script src="forth.js"></script>
+ </body>
+</html>