diff options
| author | Brian Cully <bjc@spork.org> | 2025-12-14 08:45:50 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-12-14 08:45:50 -0500 |
| commit | d3674a9ea6e99beeb5d957d37632d1d8929d0206 (patch) | |
| tree | b159249c4db9b2f0883deb01036847f92ba30e96 | |
| parent | f41f180655f35e1e3da7948d736894fcc4345d51 (diff) | |
| download | automathon-d3674a9ea6e99beeb5d957d37632d1d8929d0206.tar.gz automathon-d3674a9ea6e99beeb5d957d37632d1d8929d0206.zip | |
whitespace
| -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> |
