aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/index.html10
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>