summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-12-14 08:45:50 -0500
committerBrian Cully <bjc@spork.org>2025-12-14 08:45:50 -0500
commitd3674a9ea6e99beeb5d957d37632d1d8929d0206 (patch)
treeb159249c4db9b2f0883deb01036847f92ba30e96 /site
parentf41f180655f35e1e3da7948d736894fcc4345d51 (diff)
downloadautomathon-d3674a9ea6e99beeb5d957d37632d1d8929d0206.tar.gz
automathon-d3674a9ea6e99beeb5d957d37632d1d8929d0206.zip
whitespace
Diffstat (limited to 'site')
-rw-r--r--site/index.html5
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>