Set default version to master with mike 2.1.3

This commit is contained in:
github-actions[bot]
2026-02-08 18:50:45 +00:00
parent 80a1093541
commit 39ffac99e1

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=master/" />
</noscript>
<script>
window.location.replace(
"master/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="master/">master/</a>...
</body>
</html>