diff --git a/public/index.html b/public/index.html index 56aa126..1a2e83b 100644 --- a/public/index.html +++ b/public/index.html @@ -24,6 +24,22 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> + + + +
24 timmar LAN-partys sker två gånger per år. Under LAN:et så anordnas det olika former av turneringar och tävlingar.
-LANet har funnits i drygt 10 år och bruka samla runt 100 deltagare.
+LANet har funnits i drygt 5 år och bruka samla runt 100 deltagare.
Nästa LAN
{days < 10 ? `0${days}` : days}:{hours < 10 ? `0${hours}` : hours}: - {minutes}:{seconds < 10 ? `0${seconds}` : seconds} + {minutes < 10 ? `0${minutes}`: minutes}:{seconds < 10 ? `0${seconds}` : seconds}
+ {days < 10 ? `0${days}` : days}:{hours < 10 ? `0${hours}` : hours}: + {minutes < 10 ? `0${minutes}`: minutes}:{seconds < 10 ? `0${seconds}` : seconds} +
+