aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 2ab7c6e4156b2a1c0a8ee6f91b9429be17acd336 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>