Set default version to main with mike 1.1.2
parent
a5ad5ed163
commit
639191bc18
|
@ -4,13 +4,13 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=master/" />
|
||||
<meta http-equiv="refresh" content="1; url=main/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("master/" + window.location.hash);
|
||||
window.location.replace("main/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="master/">master/</a>...
|
||||
Redirecting to <a href="main/">main/</a>...
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue