Kalenderneu

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

September 2023
M D M D F S S
« Jun    
 123
45678910
11121314151617
18192021222324
252627282930  
September 2023
M D M D F S S
     
 123
45678910
11121314151617
18192021222324
252627282930  

 

 

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