diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |