Update design

This commit is contained in:
Ilia Miheev
2025-01-30 19:20:16 +03:00
parent 1cb8c43cf3
commit cb0fc9e742
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<body>
<h1>Генератор QR-кодов</h1>
<input type="text" id="text-input" placeholder="Введите текст">
<textarea id="text-input" cols="30" rows="3" placeholder="Введите текст"></textarea>
<br>
<button id="generate-btn">Сгенерировать QR-код</button>
<button id="download-qr-btn">Скачать QR-код</button>