aboutsummaryrefslogtreecommitdiff
path: root/web/http/index.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-28 14:32:38 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-28 14:32:38 +0200
commitb1770039f4d483cdab2d4d136cd7ffbf12f165b7 (patch)
treed1265834aacd157931af287a9b8add04132d43eb /web/http/index.html
parentfcf5a819ef52ab3069f687e6943599fa3ccf96b3 (diff)
downloadnissy-core-b1770039f4d483cdab2d4d136cd7ffbf12f165b7.tar.gz
nissy-core-b1770039f4d483cdab2d4d136cd7ffbf12f165b7.zip
Enable WASM64
Diffstat (limited to 'web/http/index.html')
-rw-r--r--web/http/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/http/index.html b/web/http/index.html
index 0846ea8..47ccc0d 100644
--- a/web/http/index.html
+++ b/web/http/index.html
@@ -11,7 +11,7 @@
11 <select id="solverSelector"> 11 <select id="solverSelector">
12 <option value="h48h0k4">h48 h=0 k=4 (59Mb)</option> 12 <option value="h48h0k4">h48 h=0 k=4 (59Mb)</option>
13 <option value="h48h3k2" selected="selected">h48 h=3 k=2 (283Mb)</option> 13 <option value="h48h3k2" selected="selected">h48 h=3 k=2 (283Mb)</option>
14 <!--option value="h48h7k2">h48 h=7 k=2 (3.6Gb)</option--> 14 <option value="h48h7k2">h48 h=7 k=2 (3.6Gb)</option>
15 </select> 15 </select>
16 <button id="solveButton">Solve</button> 16 <button id="solveButton">Solve</button>
17 <div id="confirmDownload" style="display:none"> 17 <div id="confirmDownload" style="display:none">

Generated with cgit - Back to sebastiano.tronto.net