Untitled
unknown
plain_text
2 years ago
188 B
6
Indexable
<button type="button" class="sidemenu-btn" onclick="toggleSideMenu()"></button>
function toggleSideMenu() {
document.body.classList.toggle('sidemenu-opened');
}Editor is loading...
Leave a Comment