From 62d1a5f31df8d1381a5f5b3676783463238ab867 Mon Sep 17 00:00:00 2001 From: psy <psy@cccv.de> Date: Sat, 9 Jan 2021 10:35:29 +0000 Subject: [PATCH] Add index.html with link to repo until we find a better solution for redirects. --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..58f42d6 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <head> + </head> + <body> + <p>Moved: <a href="https://git.cccv.de/rc3/rc3-style-guide">https://git.cccv.de/rc3/rc3-style-guide</a> + </body> +</html> -- GitLab