Compare commits
2 Commits
9da7498101
...
a80f2c58b9
| Author | SHA1 | Date | |
|---|---|---|---|
| a80f2c58b9 | |||
| c7450eb76a |
@ -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/sitzung20241015'
|
||||
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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user