52 lines
1.8 KiB
HTML
52 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<title>WIAI-Fachschaftssitzung – Jetzt teilnehmen!</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"/>
|
||
|
||
<!-- Open Graph (Facebook) -->
|
||
<meta property="og:title" content="WIAI-Kurzlinks!"/>
|
||
<meta property="og:description" content="Hier findest du die wichtigsten Links rund ums Studium!"/>
|
||
<meta property="og:url" content="http://wiai.de/eet"/>
|
||
<meta property="og:image" content="twitter-card.png"/>
|
||
<meta property="og:image:width" content="1200"/>
|
||
<meta property="og:image:height" content="630"/>
|
||
|
||
<!-- Twitter Cards -->
|
||
<meta name="twitter:title" content="WIAI-Kurzlinks!">
|
||
<meta name="twitter:description" content="Hier findest du die wichtigsten Links rund ums Studium!">
|
||
<meta name="twitter:image" content="twitter-card.png">
|
||
<meta name="twitter:site" contents="@FachschaftWIAI"
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
</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://stuve-bamberg.de/kurzlinks/`;
|
||
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>
|