Skip to content

Commit

Permalink
Doc: update redirect html
Browse files Browse the repository at this point in the history
* disallow indexing the redirect page
* remove unnecessary script type
  • Loading branch information
Rotzbua authored and florianfesti committed Jan 8, 2023
1 parent e4684f0 commit 755d8be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions documentation/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 755d8be

Please sign in to comment.