Added functionality for changing the theme

This commit is contained in:
Ilia Miheev
2025-02-18 21:04:25 +03:00
parent 2caec1fc0a
commit f7e4a8ac56
3 changed files with 41 additions and 5 deletions
+4 -1
View File
@@ -13,7 +13,10 @@
<!-- Разработчик: Илья) -->
<body>
<h1>Генератор QR-кодов</h1>
<textarea id="text-input" cols="30" rows="3" placeholder="Введите текст"></textarea>
<div class="inputs">
<textarea id="text-input" cols="30" rows="3" placeholder="Введите текст"></textarea>
<input title="Изменить тему" id="isLightTheme" type="checkbox" >
</div>
<br>
<button id="generate-btn">Сгенерировать QR-код</button>
<button id="download-qr-btn">Скачать QR-код</button>