Skip to content

Commit ab35cf3

Browse files
Set default version to latest with mike 1.1.2
1 parent 9c1f9d3 commit ab35cf3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting</title>
6+
<noscript>
7+
<meta http-equiv="refresh" content="1; url=latest/" />
8+
</noscript>
9+
<script>
10+
window.location.replace("latest/" + window.location.hash);
11+
</script>
12+
</head>
13+
<body>
14+
Redirecting to <a href="latest/">latest/</a>...
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)