aboutsummaryrefslogtreecommitdiff
path: root/web/http/index.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-28 16:26:47 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-28 16:26:47 +0200
commit9df6811626d11ecb6b0cb15cb3a4be6d7ad479a1 (patch)
tree93459f5edd5b015c6c1b6832c559d0c36aa17df3 /web/http/index.html
parent2e122bdffbe7524f5ed6f7cb704bbd1b778a6b41 (diff)
downloadnissy-core-9df6811626d11ecb6b0cb15cb3a4be6d7ad479a1.tar.gz
nissy-core-9df6811626d11ecb6b0cb15cb3a4be6d7ad479a1.zip
Revert memory64 and improve frontend for web version
Diffstat (limited to 'web/http/index.html')
-rw-r--r--web/http/index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/web/http/index.html b/web/http/index.html
index 47ccc0d..04ddf4c 100644
--- a/web/http/index.html
+++ b/web/http/index.html
@@ -9,9 +9,12 @@
9 <body> 9 <body>
10 <input id="scrambleText" placeholder="Type the scramble here..."> 10 <input id="scrambleText" placeholder="Type the scramble here...">
11 <select id="solverSelector"> 11 <select id="solverSelector">
12 <option value="h48h0k4">h48 h=0 k=4 (59Mb)</option> 12 <option value="h48h3k2" selected="selected">
13 <option value="h48h3k2" selected="selected">h48 h=3 k=2 (283Mb)</option> 13 h48 h=4 k=2 (300 Mb) - light
14 <option value="h48h7k2">h48 h=7 k=2 (3.6Gb)</option> 14 </option>
15 <option value="h48h5k2" selected="selected">
16 h48 h=5 k=2 (1 Gb) - fastest
17 </option>
15 </select> 18 </select>
16 <button id="solveButton">Solve</button> 19 <button id="solveButton">Solve</button>
17 <div id="confirmDownload" style="display:none"> 20 <div id="confirmDownload" style="display:none">

Generated with cgit - Back to sebastiano.tronto.net