From 38c5d5c2bc3a3da419d08b9253bb7108d66b396b Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Thu, 20 Jul 2023 10:38:26 +0200 Subject: [PATCH] Added redirect information --- docs/index.md | 12 ------------ redirect.html | 12 ++++++++++-- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/docs/index.md b/docs/index.md index 124abca..d459d1e 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 e149a39..ac283ba 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> -- GitLab