This commit is contained in:
2024-09-25 20:49:15 +02:00
parent b572feeb5a
commit 73a9e04c2b
22 changed files with 1982 additions and 682 deletions

4
js/main.js Normal file
View File

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