diff --git a/docs/index.md b/docs/index.md
index 124abca432c53cb7349f9872fe40551522cdf452..d459d1efc77ab7854dc27b0dea2a21c353a92350 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -28,15 +28,3 @@ evolving, allows reproducing of query results and supports findable-, accessible
 - Demonstration instance [https://dbrepo1.ec.tuwien.ac.at](https://dbrepo1.ec.tuwien.ac.at)
 - Sandbox instance [https://dbrepo2.ec.tuwien.ac.at](https://dbrepo2.ec.tuwien.ac.at)
 - System description [https://doi.org/10.2218/ijdc.v17i1.825](https://doi.org/10.2218/ijdc.v17i1.825)
-
-<style>
-video {
-  max-width: 100%;
-}
-#teaser-preview {
-  width: 50%;
-}
-.hidden {
-  display: none;
-}
-</style>
diff --git a/redirect.html b/redirect.html
index e149a394349cb3c0686232eeefc0b7f98e351608..ac283ba4bf85f95d1f54bf97001ffda7c92889a4 100644
--- a/redirect.html
+++ b/redirect.html
@@ -2,9 +2,17 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>Title</title>
+    <title>Redirect Notice</title>
+    <meta http-equiv="Refresh" content="0; url='https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.3/'" />
 </head>
 <body>
-
+<h1>Redirect Notice</h1>
+<p>
+    This page should automatically open the documentation for version 1.3. In case this page does not load the site is
+    available at:
+</p>
+<p>
+    <a href="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.3/">https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.3/</a>
+</p>
 </body>
 </html>