Merge branch 'main' of git.stuve-bamberg.de:serverPush/wiai.de

This commit is contained in:
Knoch 2024-03-07 16:57:05 +01:00
commit eecf781c98
10 changed files with 32 additions and 10 deletions

0
ichwillgehen/.gitkeep Normal file
View File

BIN
ichwillgehen/antrag.pdf Normal file

Binary file not shown.

8
ichwillgehen/index.html Normal file
View File

@ -0,0 +1,8 @@
<DocType html>
<html>
<body>
<script>
window.location.href="https://wiai.de/ichwillgehen/antrag.pdf";
</script>
</body>
</html>

View File

BIN
ichwillnachhause/antrag.pdf Normal file

Binary file not shown.

View File

@ -0,0 +1,8 @@
<DocType html>
<html>
<body>
<script>
window.location.href="https://wiai.de/ichwillnachhause/antrag.pdf";
</script>
</body>
</html>

View File

@ -1,10 +1,8 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>Klausuren-Upload</title>
<meta http-equiv="refresh" content="0; URL=https://cloud.stuve-bamberg.de/s/pCYmsgFYDKFbyxC">
<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>
</html>
<DocType html>
<html>
<body>
<script>
window.location.href="https://cloud.stuve-bamberg.de/s/pCYmsgFYDKFbyxC";
</script>
</body>
</html>

0
latex-workshop/.gitkeep Normal file
View File

Binary file not shown.

View File

@ -0,0 +1,8 @@
<DocType html>
<html>
<body>
<script>
window.location.href="https://wiai.de/latex-workshop/LaTeX-Tutorium.pdf";
</script>
</body>
</html>