Kalenderneu

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

September 2019
M D M D F S S
« Aug   Okt »
 1
2345678
9101112131415
16171819202122
23242526272829
30  
September 2019
M D M D F S S
     
 1
2345678
9101112131415
16171819202122
23242526272829
30  

 

 

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