Doc: update redirect html

* disallow indexing the redirect page
* remove unnecessary script type
This commit is contained in:
Rotzbua 2023-01-08 16:49:43 +01:00 committed by Florian Festi
parent e4684f076a
commit 755d8be998
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=html/index.html">
<script type="text/javascript">
<meta name="robots" content="noindex, follow">
<meta http-equiv="refresh" content="0; url=html/index.html">
<script>
window.location.href = "html/index.html"
</script>
<title>Page Redirection</title>