2023-01-10 11:40:39 +01:00

13 lines
419 B
HTML

<!doctype html>
<html>
<body>
<script>
let redirectLocation = "https://uni-bamberg.zoom.us/j/64035009726";
window.location.replace(redirectLocation);
</script>
<noscript><p>Diese Seite funktioniert ggf. nur mit JavaScript.</p></noscript>
<!--p>Sie werden in Kürze weitergeleitet.</p-->
<p>There ain't no nothing here.</p>
</body>
</html>