acrn-hypervisor/doc/scripts/publish-404.html
David B. Kinder b67d88cab3 doc: fix 404 processing
Some additional tweaks to the publish script, image, and root-level
redirect to fix a redirect recursion problem.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2020-04-08 14:37:04 -07:00

15 lines
409 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Page not found in ACRN Hypervisor documentation</title>
<meta http-equiv="refresh" content="1; URL=/latest/404.html" />
<link rel="canonical" href="/latest/404.html" />
<script>
window.location.href = "/latest/404.html"
</script>
</head>
<body>
<p>Please visit the <a href="/latest/">latest ACRN documentation</a></p>
</body>
</html>