summaryrefslogtreecommitdiffstats
path: root/site/index.html
diff options
context:
space:
mode:
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>