summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index 2d957cc..7c282a0 100644
--- a/web/index.html
+++ b/web/index.html
@@ -29,7 +29,9 @@
</p>
</div>
<div id="rusty-microphone" style="display:none;">
- <p>The current note being played is <span id="pitch-label">unknown</span></p>
+ <button type="button" id="start-button">Start Listening</button>
+
+ <p>The current note being played is <span id="pitch-label">...</span></p>
<div id="pitch-indicator-bar-container">
<div id="pitch-indicator-bar"></div>
</div>