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">
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue