diff options
| author | brian cully <bjc@spork.org> | 2025-12-24 14:39:33 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-24 14:39:33 -0500 |
| commit | a46a0c8a12a948e7509eee5c68ee7ef7402f2a49 (patch) | |
| tree | b68df52ca0e69790bb08911ca054b0eee5f9ff4b /site/index.html | |
| parent | c26985d780edea7028e9e0203672d3376e66b450 (diff) | |
| download | automathon-main.tar.gz automathon-main.zip | |
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 71ca54d..86b253d 100644 --- a/site/index.html +++ b/site/index.html @@ -62,7 +62,8 @@ <summary>source code</summary> <div> <select class='src-select'> - <option>rob.fs</option> + <option selected>rob.fs</option> + <option>bor.fs</option> <option>fac.fs</option> <option>slo-fac.fs</option> </select> |
