Doc: update redirect html
* disallow indexing the redirect page * remove unnecessary script type
This commit is contained in:
parent
e4684f076a
commit
755d8be998
|
@ -2,8 +2,9 @@
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="refresh" content="0;url=html/index.html">
|
<meta name="robots" content="noindex, follow">
|
||||||
<script type="text/javascript">
|
<meta http-equiv="refresh" content="0; url=html/index.html">
|
||||||
|
<script>
|
||||||
window.location.href = "html/index.html"
|
window.location.href = "html/index.html"
|
||||||
</script>
|
</script>
|
||||||
<title>Page Redirection</title>
|
<title>Page Redirection</title>
|
||||||
|
|
Loading…
Reference in New Issue