diff options
| author | Brian Cully <bjc@spork.org> | 2025-12-15 13:36:10 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-12-15 13:43:43 -0500 |
| commit | 2854f9ea1580e05a2ec8992a08c9f86df8bf2bcd (patch) | |
| tree | 8e7af43e8765f69602dcbb88980d67dcea0de75e /site/index.html | |
| parent | ece1f7854ba9b77110be660834cf69b567defc65 (diff) | |
| download | automathon-2854f9ea1580e05a2ec8992a08c9f86df8bf2bcd.tar.gz automathon-2854f9ea1580e05a2ec8992a08c9f86df8bf2bcd.zip | |
html: add arena canvas and update robo from code
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 10 |
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> |
