diff options
| -rw-r--r-- | site/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 5939d37..0b6b8c8 100644 --- a/site/index.html +++ b/site/index.html @@ -26,14 +26,17 @@ <button id='bench'>bench</button> <button id='blinken'>blinken</button> </div> + <fieldset class='wordlist'> <legend>word list</legend> <div id='wordlist'></div> </fieldset> + <fieldset class='stack'> <legend>stack</legend> <ol id='stack'></ol> </fieldset> + <fieldset class='callstack'> <legend>call stack</legend> <ol id='callstack'></ol> @@ -41,7 +44,7 @@ </div> </div> </div> - <br> + <script src='./main.mjs' type='module'></script> </body> </html> |
