Initial commit

This commit is contained in:
ifaryd
2026-05-12 16:54:38 +00:00
commit 8638273475
92 changed files with 6861 additions and 0 deletions

3
static/js/faq_toggle.js Normal file
View File

@@ -0,0 +1,3 @@
function toggleFaq(btn) {
btn.parentElement.classList.toggle('open');
}