diff options
| author | brian cully <bjc@spork.org> | 2025-12-29 14:32:30 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-29 14:32:30 -0500 |
| commit | 65d1301072a7f9223ce2ffe420b6f2784b8bbe04 (patch) | |
| tree | c20667f8241a0211a23d6676213ea44843bbfb44 /site | |
| parent | 316286b8b65ac5a7abf5117dc942a70b94e1be53 (diff) | |
| download | polyring-65d1301072a7f9223ce2ffe420b6f2784b8bbe04.tar.gz polyring-65d1301072a7f9223ce2ffe420b6f2784b8bbe04.zip | |
wasm: hook up dot count to html input
Diffstat (limited to 'site')
| -rw-r--r-- | site/index.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 5ef2cf6..a540c27 100644 --- a/site/index.html +++ b/site/index.html @@ -12,6 +12,11 @@ <p class='subst-alts'></p> <p>benchmarking maximal convex polygon finding</p> + <label> + dots: + <input id='dots' value='40'> + </label> + <section class='watch'> <h2>watch</h2> <button>go</button> @@ -22,7 +27,10 @@ <section class='bench'> <h2>bench</h2> - <input name='iters' value='1000'> + <label> + iters: + <input name='iters' value='1000'> + </label> <button>bench</button> <p class='results'></p> </section> |
