Skip to content
Author:
gg20242106@gmail.com
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
const btn=document.querySelector(".menu-toggle"); const sidebar=document.querySelector(".tomex-sidebar"); btn.onclick=function(){ sidebar.classList.toggle("active"); }