Browse Source

Set default version to preview with mike 2.1.3

gh-pages
Antonio SJ Musumeci 3 months ago
parent
commit
15bd16ce37
  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=latest/" />
<meta http-equiv="refresh" content="1; url=preview/" />
</noscript> </noscript>
<script> <script>
window.location.replace( window.location.replace(
"latest/" + window.location.search + window.location.hash
"preview/" + window.location.search + window.location.hash
); );
</script> </script>
</head> </head>
<body> <body>
Redirecting to <a href="latest/">latest/</a>...
Redirecting to <a href="preview/">preview/</a>...
</body> </body>
</html> </html>
Loading…
Cancel
Save