LT1 OÖ Liga Frauen 2020/21

LT1 OÖ Liga Frauen 2020/21

PosClubSp.SUNT+T-+/-Pkt
1870142103221
2844025121316
384222281414
4842223131014
584222319414
683321613312
793331819-112
88125718-115
98125934-255
109009342-390
const cards = document.querySelectorAll(".card"); function flipCard() { this.classList.toggle("flip"); } cards.forEach((card) => card.addEventListener("click", flipCard));