Kalenderneu

[Spider_Calendar id=“1″ theme=“13″ default=“month“ select=“month,“]

Mai 2019
M D M D F S S
« Apr   Jun »
 12345
6789101112
13141516171819
20212223242526
2728293031  
Mai 2019
M D M D F S S
     
 12345
6789101112
13141516171819
20212223242526
2728293031  

 

 

const cards = document.querySelectorAll(".card"); function flipCard() { this.classList.toggle("flip"); } cards.forEach((card) => card.addEventListener("click", flipCard));