Skip to content

Commit

Permalink
Set default version to develop with mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHeidweiler committed Jul 8, 2024
1 parent 39c5413 commit 4c853eb
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=develop/" />
</noscript>
<script>
window.location.replace(
"develop/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="develop/">develop/</a>...
</body>
</html>

0 comments on commit 4c853eb

Please sign in to comment.