Skip to content

Commit

Permalink
feat: タイムスタンプを表示できるように (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Jun 27, 2024
1 parent cb8c808 commit 4c6ce5e
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 265 deletions.
3 changes: 3 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
</span>
<span class="container-item"><button id="startstop">Start recording</button></span>
<span class="container-item"><button id="fullscreen">Start fullscreen</button></span>
<span class="container-item">
<label for="timestamp-display">Display timestamp: <input type="checkbox" id="timestamp-display"></label>
</span>
<span class="container-item">
<div id="status-circle"></div>
</span>
Expand Down
Loading

0 comments on commit 4c6ce5e

Please sign in to comment.