From cfa83ab8bbc54046233daceaa35dc56b9f5b6666 Mon Sep 17 00:00:00 2001 From: berkas1 <berka@berkasimon.com> Date: Thu, 21 Oct 2021 11:40:17 +0200 Subject: [PATCH] fix: redirect of /register page --- public/register/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/register/index.html diff --git a/public/register/index.html b/public/register/index.html new file mode 100644 index 0000000..0206cd9 --- /dev/null +++ b/public/register/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML> +<html lang="en-US"> + <head> + <meta charset="UTF-8"> + <meta http-equiv="refresh" content="0; url=https://docs.cloud.muni.cz/cloud/register/"> + <script type="text/javascript"> + window.location.href = "https://docs.cloud.muni.cz/cloud/register/" + </script> + <title>Page Redirection</title> + </head> + <body> + <!-- Note: don't tell people to `click` the link, just tell them that it is a link. --> + Documentation has been <a href='https://docs.cloud.muni.cz/cloud/register/'>moved</a>. + </body> +</html> -- GitLab