Skip to content
Snippets Groups Projects
Verified Commit cfa83ab8 authored by Šimon Berka's avatar Šimon Berka
Browse files

fix: redirect of /register page

parent ae49c3b6
No related branches found
No related tags found
No related merge requests found
<!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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment