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:
parent
63743d8b9b
commit
e30cd45261
|
@ -1,10 +1,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>ACRN Hypervisor documentation</title>
|
||||
<meta http-equiv="refresh" content="0; URL=latest/index.html">
|
||||
<meta name="keywords" content="automatic redirection">
|
||||
</head>
|
||||
<body>
|
||||
Please visit the <a href="/latest/">latest ACRN documentation</a>
|
||||
</body>
|
||||
<head>
|
||||
<title>ACRN Hypervisor documentation</title>
|
||||
<meta http-equiv="refresh" content="0; URL=latest/index.html">
|
||||
<script>
|
||||
window.location.href = "latest/index.html"
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>Please visit the <a href="/latest/">latest ACRN documentation</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue