This commit is contained in:
2025-09-09 00:10:53 +03:00
parent 38f2a05107
commit 204fc092d7
239 changed files with 22447 additions and 9536 deletions

View File

@@ -0,0 +1,20 @@
<div class="page-options">
<div class="option checkbox">
<input
class="custom-checkbox"
id="page-options-notifications"
type="checkbox"
onchange="Options.optionPush.edit(this.checked)"
/>
<label for="page-options-notifications"> Повідомлення: </label>
</div>
<div class="option inputs">
<label for="page-options-fontSize">Розмір шрифту:</label>
<select id="page-options-fontSize" onchange="Options.optionFont.edit(this.value)">
<option value="small">Маленький</option>
<option value="medium">Середній</option>
<option value="large">Великий</option>
</select>
</div>
</div>