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