Browse Source

Set default version to 2.41.0 with mike 2.1.3

gh-pages
Antonio SJ Musumeci 1 month ago
parent
commit
3777d7a93c
  1. 6
      index.html

6
index.html

@ -4,15 +4,15 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Redirecting</title> <title>Redirecting</title>
<noscript> <noscript>
<meta http-equiv="refresh" content="1; url=preview/" />
<meta http-equiv="refresh" content="1; url=2.41.0/" />
</noscript> </noscript>
<script> <script>
window.location.replace( window.location.replace(
"preview/" + window.location.search + window.location.hash
"2.41.0/" + window.location.search + window.location.hash
); );
</script> </script>
</head> </head>
<body> <body>
Redirecting to <a href="preview/">preview/</a>...
Redirecting to <a href="2.41.0/">2.41.0/</a>...
</body> </body>
</html> </html>
Loading…
Cancel
Save