summaryrefslogtreecommitdiffstats
path: root/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html
index 0b6b8c8..a0775ae 100644
--- a/site/index.html
+++ b/site/index.html
@@ -8,9 +8,14 @@
<body>
<h1>automathon</h1>
+ <canvas id='arena' width='300px' height='300px'>
+ oh no! no canvas support!
+ </canvas>
+
<div id='editor'>
<div id='code'>
<select id='src-select'>
+ <option>rob.fs</option>
<option>fac.fs</option>
<option>slo-fac.fs</option>
</select>
@@ -41,6 +46,11 @@
<legend>call stack</legend>
<ol id='callstack'></ol>
</fieldset>
+
+ <fieldset class='vars'>
+ <legend>vars</legend>
+ <dl id='vars'></dl>
+ </fieldset>
</div>
</div>
</div>