blob: 36a86bc1e67e44bd72a5403cdff7bf47133d0a97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!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="forthlib.js"></script>
<script src="forth.js"></script>
</body>
</html>
|