Settings, removed leaf and tiktok proxy
This commit is contained in:
parent
de4e726e1f
commit
042e36fffc
15 changed files with 370 additions and 663 deletions
6
scripts/navbar.js
Normal file
6
scripts/navbar.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const navbar_menu = document.getElementById('navbar-menu')
|
||||
const burger = document.getElementById('navbar-burger')
|
||||
burger.addEventListener('click', () => {
|
||||
burger.classList.toggle('is-active')
|
||||
navbar_menu.classList.toggle('is-active')
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue