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

37 lines
1.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de">
<head>
<title>Weiterleitung</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/>
</head>
<style>
body {
height: 100vh;
width: 100vw;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: "Myriad Pro", "Lucida Grande", "Trebuchet MS", sans-serif;
background: url(./images/square_bg.png) repeat top left;
}
p {
margin-top: 2rem;
}
</style>
<body>
<script>
let redirectLocation = `https://vc.uni-bamberg.de/mod/feedback/view.php?id=1037820`;
window.location.replace(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>
<!--p>Sie werden in Kürze weitergeleitet.</p-->
<p>There ain't no nothing here.</p>
</body>
</html>