aboutsummaryrefslogtreecommitdiff
path: root/web/http/index.html
diff options
context:
space:
mode:
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