diff options
| author | Brian Cully <bjc@spork.org> | 2025-12-22 15:48:50 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-12-22 15:48:50 -0500 |
| commit | 0dd46263395c1cc7a879b4305766776f00c21bb5 (patch) | |
| tree | 1e6592e327a162f6e17d9a96a1466470655ccd9a /site/index.html | |
| parent | e083a6720227e8cf2b03b94110607f9d5a50e1b6 (diff) | |
| download | automathon-0dd46263395c1cc7a879b4305766776f00c21bb5.tar.gz automathon-0dd46263395c1cc7a879b4305766776f00c21bb5.zip | |
html: add fps counter
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html index eeebbe9..702bc96 100644 --- a/site/index.html +++ b/site/index.html @@ -29,6 +29,7 @@ <option>60</option> </select> </div> <!-- controls --> + <label for='fps'>fps: </label><span id='fps'>0</span> </section> <!-- arena --> <section id='robview'> |
