aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 751187d..621dc4d 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,10 @@
37 <fieldset> 37 <fieldset>
38 <legend>Record a new clip</legend> 38 <legend>Record a new clip</legend>
39 39
40 <button id="record">Hold (space) to record</button> 40 <button id="record">
41 <span id="recording-indicator">⏺</span>
42 Hold (space) to record
43 </button>
41 44
42 <input type="checkbox" id="autoplay" name="autoplay" checked> 45 <input type="checkbox" id="autoplay" name="autoplay" checked>
43 <label for="autoplay">Autoplay</label> 46 <label for="autoplay">Autoplay</label>