doc: tweak home page redirect to latest

Try to reduce the page flash when redirecting to latest/index.html

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-04-10 16:11:58 -07:00 committed by David Kinder
parent 63743d8b9b
commit e30cd45261
1 changed files with 10 additions and 8 deletions

View File

@ -2,9 +2,11 @@
<head> <head>
<title>ACRN Hypervisor documentation</title> <title>ACRN Hypervisor documentation</title>
<meta http-equiv="refresh" content="0; URL=latest/index.html"> <meta http-equiv="refresh" content="0; URL=latest/index.html">
<meta name="keywords" content="automatic redirection"> <script>
window.location.href = "latest/index.html"
</script>
</head> </head>
<body> <body>
Please visit the <a href="/latest/">latest ACRN documentation</a> <p>Please visit the <a href="/latest/">latest ACRN documentation</a></p>
</body> </body>
</html> </html>