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

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Wipforth</title>
<link rel="stylesheet" type="text/css" href="styles.css"/>
</head>
<body>
<script type="text/javascript" src="emu.js"></script>
<div id="output"></div>
<input id="input" type="text" autofocus></input>
</body>
</html>