summaryrefslogtreecommitdiff
path: root/web/static/index.html
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-07 09:23:40 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-07 09:23:40 -0700
commit56bdba513ab912910f4bb703092f7e02b3411b70 (patch)
treebe5413b76311c24733461a37fcc4bc50d9c4823e /web/static/index.html
parent9af8170ab7fe5eea31123835f0632890743dbb48 (diff)
downloaddartboat-56bdba513ab912910f4bb703092f7e02b3411b70.tar.gz
dartboat-56bdba513ab912910f4bb703092f7e02b3411b70.tar.xz
web: allow controls side to be chosen by user
Diffstat (limited to 'web/static/index.html')
-rw-r--r--web/static/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/static/index.html b/web/static/index.html
index 53796d8..bf7a890 100644
--- a/web/static/index.html
+++ b/web/static/index.html
@@ -67,9 +67,10 @@
</div>
<div id="settings-bar">
<div>dartboat™</div>
- <div class="input first"><span>delay</span><input id="delay" data-setting="delay" maxlength="4" value=""></div>
- <div class="input"><span>stdev</span><input id="stdev" data-setting="stdev" maxlength="4" value=""></div>
- <div class="help-button" data-modal="help-modal">?</div>
+ <div class="input first"><span>delay</span><input id="delay" data-opt="delay" maxlength="4" value=""></div>
+ <div class="input"><span>stdev</span><input id="stdev" data-opt="stdev" maxlength="4" value=""></div>
+ <div class="button" id="flip-controls-button">&rarr;</div>
+ <div class="button" data-modal="help-modal">?</div>
</div>
<div id="visits"></div>
</div>