This commit is contained in:
2024-09-19 09:03:39 +02:00
commit 92ac3bfd8b
16 changed files with 1417 additions and 0 deletions

3
js/feedback.js Normal file
View File

@ -0,0 +1,3 @@
function toggleLike(button) {
button.classList.toggle('active');
}