updated hello-link

Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2024-10-25 09:31:43 +02:00
parent dd55a522c8
commit 143b82f4ef

View File

@ -38,8 +38,8 @@
let month = date.getMonth() > 8 ? (date.getMonth()+1) : '0' + (date.getMonth()+1);
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/sitzung20241024'
window.location.href = redirectLocation;
// window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20241024'
</script>
<img src="https://files.stuve-bamberg.de/logo_transparent.png" width="200px"/>
<noscript><p>Diese Seite funktioniert ggf. nur mit JavaScript.</p></noscript>