mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-16 02:38:33 +00:00
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>
15 lines
409 B
HTML
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>
|