summaryrefslogtreecommitdiffstats
path: root/site/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-12-23 12:41:35 -0500
committerBrian Cully <bjc@spork.org>2025-12-23 12:41:35 -0500
commita0d6b9ce39bce2182c400b529a9698f12307ae2d (patch)
treef746a8552f303745b7b103b062bbef6fc874f0da /site/index.html
parente101e44b9bc88b3df45a71202d9f9f73773d84ad (diff)
downloadautomathon-a0d6b9ce39bce2182c400b529a9698f12307ae2d.tar.gz
automathon-a0d6b9ce39bce2182c400b529a9698f12307ae2d.zip
js: use web component for inspector
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/index.html b/site/index.html
index d62f22e..4ddb3ea 100644
--- a/site/index.html
+++ b/site/index.html
@@ -53,10 +53,10 @@
fps: <span id='fps'>n/a</span>
</section> <!-- arena -->
- <section id='robview'>
- <h2>code</h2>
+ <x-inspector id='robview'>
+ <h2>inspector</h2>
<details id='editor' open>
- <summary>code</summary>
+ <summary>source code</summary>
<div id='code'>
<select id='src-select'>
<option>rob.fs</option>
@@ -91,7 +91,7 @@
<ol id='callstack'></ol>
</fieldset>
</details> <!-- scope -->
- </section> <!-- robview -->
+ </x-inspector>
</div>
<script src='./main.mjs' type='module'></script>