diff options
| author | Brian Cully <bjc@spork.org> | 2025-12-17 11:03:17 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-12-17 11:03:17 -0500 |
| commit | 3d0d63ede8e267b320c672c248c9e731b0ed95c2 (patch) | |
| tree | c52d9881a852bb0adf5dc743202f7eb30d8f87b1 /site/index.html | |
| parent | 279c30f656cbf31ce1386d093a061a8c8ae0fe68 (diff) | |
| download | automathon-3d0d63ede8e267b320c672c248c9e731b0ed95c2.tar.gz automathon-3d0d63ede8e267b320c672c248c9e731b0ed95c2.zip | |
js: move robo state to worker
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 635cc3c..dac9b4f 100644 --- a/site/index.html +++ b/site/index.html @@ -16,7 +16,7 @@ </canvas> <div class='controls'> - <button id='bench'>bench</button> + <!-- <button id='bench'>bench</button> --> <button id='tick'>tick</button> <button id='blinken'>blinken</button> </div> <!-- controls --> |
