mirror of https://github.com/h44z/wg-portal.git
Set default version to latest with mike 2.1.3
Signed-off-by: Dmytro Bondar <git@bonddim.com>
This commit is contained in:
parent
b524dcc1b7
commit
12b4cd5ec6
|
|
@ -0,0 +1,18 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting</title>
|
||||||
|
<noscript>
|
||||||
|
<meta http-equiv="refresh" content="1; url=latest/" />
|
||||||
|
</noscript>
|
||||||
|
<script>
|
||||||
|
window.location.replace(
|
||||||
|
"latest/" + window.location.search + window.location.hash
|
||||||
|
);
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Redirecting to <a href="latest/">latest/</a>...
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue