Skip to content

Commit

Permalink
Set default version to 4.1.5 with mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolite committed Jan 30, 2024
1 parent a7796b2 commit 57df335
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=4.1.5/" />
</noscript>
<script>
window.location.replace(
"4.1.5/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="4.1.5/">4.1.5/</a>...
</body>
</html>

0 comments on commit 57df335

Please sign in to comment.