Добавлена ссылка на репозиторий Github
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
+7
-1
@@ -31,7 +31,13 @@
|
|||||||
|
|
||||||
<!-- Разработчик: Илья) -->
|
<!-- Разработчик: Илья) -->
|
||||||
<body>
|
<body>
|
||||||
<h1>Генератор QR-кодов</h1>
|
<div class="logo">
|
||||||
|
<h1 id="h1">Генератор QR-кодов</h1>
|
||||||
|
<a href="https://github.com/IliaMiheev/iQR" target="_blank" title="Github">
|
||||||
|
<img src="./fluidicon.png" alt="GitHub" style="width: 40px; height: 40px;">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="inputs">
|
<div class="inputs">
|
||||||
<textarea id="text-input" cols="30" rows="3" placeholder="Введите текст"></textarea>
|
<textarea id="text-input" cols="30" rows="3" placeholder="Введите текст"></textarea>
|
||||||
<input title="Изменить тему" id="isLightTheme" type="checkbox" >
|
<input title="Изменить тему" id="isLightTheme" type="checkbox" >
|
||||||
|
|||||||
Reference in New Issue
Block a user