TKK_E32232338/partials/footer.php

7 lines
166 B
PHP

</body>
<script>
document.getElementById("toggleSidebar").onclick = function() {
document.querySelector(".sidebar").classList.toggle("hide");
};
</script>
</html>