Update home_en.html

This commit is contained in:
FURK4NGG
2025-04-03 00:50:20 +03:00
committed by GitHub
parent b5b5531cfd
commit f798b1ae5a
+2 -2
View File
@@ -38,7 +38,7 @@
</div>
</div>
<a href="##" class="to-top" onclick="scrollToElement('#')" aria-label="Scroll to Top" draggable="false">
<a href="##" class="to-top" onclick="scrollToElement('#')" aria-label="Scroll to Top" draggable="false" tabindex="0">
<img src="img/up.webp" alt="scroll_top_button" draggable="false">
</a>
@@ -66,7 +66,7 @@
<div class="top">
<header>
<nav>
<input type="checkbox" id="sidebar-active">
<input type="checkbox" id="sidebar-active" tabindex="0">
<label for="sidebar-active" class="open-sidebar-button">
<svg class="svg_icon_open" width="40px" height="40px" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="5" y="10" width="30" height="3" rx="2" ry="2"/><rect x="14" y="21" width="21" height="3" rx="2" ry="2"/></svg>
</label>