Update index.html

This commit is contained in:
Anirudh Sevugan 2025-04-20 19:44:03 -05:00 committed by GitHub
parent 95f20bba3e
commit c8fa1669f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,9 @@
<input type="checkbox" id="autoplayCheckbox" checked><br>
<label for="loopCheckbox">Loop:</label>
<input type="checkbox" id="loopCheckbox"><br>
<label for="controlsCheckbox">Controls:</label>
<input type="checkbox" id="controlsCheckbox" checked><br>
<p class="settings-info"><em>Settings apply for this session only.</em></p>
<button id="saveSettingsBtn">Save Settings</button>
</div>
</div>