We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63743d8 commit e30cd45Copy full SHA for e30cd45
doc/scripts/publish-index.html
@@ -1,10 +1,12 @@
1
<html>
2
-<head>
3
-<title>ACRN Hypervisor documentation</title>
4
-<meta http-equiv="refresh" content="0; URL=latest/index.html">
5
-<meta name="keywords" content="automatic redirection">
6
-</head>
7
-<body>
8
-Please visit the <a href="/latest/">latest ACRN documentation</a>
9
-</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>
10
+ <p>Please visit the <a href="/latest/">latest ACRN documentation</a></p>
11
+ </body>
12
</html>
0 commit comments