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

@ -1,10 +1,12 @@
<html> <html>
<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>
</head> window.location.href = "latest/index.html"
<body> </script>
Please visit the <a href="/latest/">latest ACRN documentation</a> </head>
</body> <body>
<p>Please visit the <a href="/latest/">latest ACRN documentation</a></p>
</body>
</html> </html>