Kalenderneu

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

Oktober 2019
M D M D F S S
« Sep   Mrz »
 123456
78910111213
14151617181920
21222324252627
28293031  
Oktober 2019
M D M D F S S
     
 123456
78910111213
14151617181920
21222324252627
28293031  

 

 

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