Compare commits

...

2 Commits

Author SHA1 Message Date
ee9d1a205f Merge branch 'main' of git.stuve-bamberg.de:serverPush/wiai.de 2024-06-17 18:15:28 +02:00
8159945b24 Update link 2024-06-17 18:15:18 +02:00

View File

@ -39,7 +39,7 @@
let day = date.getDate() > 9 ? date.getDate() : '0' + date.getDate();
let redirectLocation = `https://hackmd.stuve-bamberg.de/sitzung${year}${month}${day}?both`;
// window.location.href = redirectLocation;
window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20240613?both#'
window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20240627?both#'
</script>
<img src="https://files.stuve-bamberg.de/logo_transparent.png" width="200px"/>
<noscript><p>Diese Seite funktioniert ggf. nur mit JavaScript.</p></noscript>