fixed wiai.de/hello

This commit is contained in:
Jochen 2023-01-11 08:19:26 +00:00
parent ccc7a435ef
commit f3b0a6875f

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`;
// let redirectLocation = `https://hackmd.stuve-bamberg.de/sitzung20230110`;
window.location.replace(redirectLocation);
// // let redirectLocation = `https://hackmd.stuve-bamberg.de/sitzung20230110`;
window.location.href = redirectLocation;
</script>
<img src="https://files.stuve-bamberg.de/logo_transparent.png" width="200px"/>
<noscript><p>Diese Seite funktioniert ggf. nur mit JavaScript.</p></noscript>