Skip to content

Commit

Permalink
add redirect to public deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ech0-de committed Sep 5, 2024
0 parents commit 2ba649e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting to https://prepams.uni-ulm.de/</title>
<link rel="canonical" href="https://prepams.uni-ulm.de/">
<meta http-equiv="refresh" content="0; URL=https://prepams.uni-ulm.de/">
</head>

<body>
<pre>Redirecting to <a href="https://prepams.uni-ulm.de/">https://prepams.uni-ulm.de/</a>.</pre>
</body>
</html>

0 comments on commit 2ba649e

Please sign in to comment.