Create initial emulator and hello world demo
This commit is contained in:
12
index.html
Normal file
12
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user