diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-14 15:12:36 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-14 16:09:31 +0100 |
| commit | bcd52547af58b15868e24f3904e307548d1fd505 (patch) | |
| tree | cda0a871f65575bb15fb4536c7b103c13caf433e /web/http/index.html | |
| parent | 21fdf9697ddfab0a9c082a91ae0a79b1b574774c (diff) | |
| download | nissy-core-bcd52547af58b15868e24f3904e307548d1fd505.tar.gz nissy-core-bcd52547af58b15868e24f3904e307548d1fd505.zip | |
Cleanup, update documentation, fix examples
Diffstat (limited to 'web/http/index.html')
| -rw-r--r-- | web/http/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/http/index.html b/web/http/index.html index 6bd976b..b678ec5 100644 --- a/web/http/index.html +++ b/web/http/index.html | |||
| @@ -12,11 +12,11 @@ | |||
| 12 | <div id="scrambleRaw"> | 12 | <div id="scrambleRaw"> |
| 13 | <input id="scrambleText" placeholder="Type the scramble here..."> | 13 | <input id="scrambleText" placeholder="Type the scramble here..."> |
| 14 | <select id="solverSelector"> | 14 | <select id="solverSelector"> |
| 15 | <option value="h48h3k2" selected="selected"> | 15 | <option value="h48h3" selected="selected"> |
| 16 | h48 h=4 k=2 (300 Mb) - light | 16 | h48 h=4 (500 Mb) - light |
| 17 | </option> | 17 | </option> |
| 18 | <option value="h48h5k2" selected="selected"> | 18 | <option value="h48h5" selected="selected"> |
| 19 | h48 h=5 k=2 (1 Gb) - fastest | 19 | h48 h=5 (1 Gb) - fastest |
| 20 | </option> | 20 | </option> |
| 21 | </select> | 21 | </select> |
| 22 | <button id="solveButton">Solve</button> | 22 | <button id="solveButton">Solve</button> |
