aboutsummaryrefslogtreecommitdiff
path: root/web/http/index.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-27 16:45:06 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-27 16:45:06 +0200
commitcf2896324e60e2dc3890c658378499383100e79c (patch)
treead81c2dd806f561857824c5f1d34b80f8e20f86b /web/http/index.html
parent7c934801f88c640970ad41b5ddd39f4e39609f28 (diff)
downloadnissy-core-cf2896324e60e2dc3890c658378499383100e79c.tar.gz
nissy-core-cf2896324e60e2dc3890c658378499383100e79c.zip
Big progress with web version
Diffstat (limited to '')
-rw-r--r--web/http/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/http/index.html b/web/http/index.html
index 245205d..c80f7ec 100644
--- a/web/http/index.html
+++ b/web/http/index.html
@@ -4,7 +4,7 @@
4 <meta charset="utf-8" /> 4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width" /> 5 <meta name="viewport" content="width=device-width" />
6 <title>Nissy - H48 solver POC</title> 6 <title>Nissy - H48 solver POC</title>
7 <script type="module" src="./solve.mjs"></script> 7 <script type="module" src="./nissyapp.mjs"></script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <input id="scrambleText" placeholder="Type the scramble here..."> 10 <input id="scrambleText" placeholder="Type the scramble here...">
@@ -13,8 +13,8 @@
13 <option value="h48h3k2">h48 h=3 k=2 (283Mb)</option> 13 <option value="h48h3k2">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 <p>Solution:</p> 17 <p id="resultsLabel"></p>
18 <p id="solution"></p> 18 <p id="results"></p>
19 </body> 19 </body>
20</html> 20</html>

Generated with cgit - Back to sebastiano.tronto.net