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