Set default version to 0.2 with mike 1.1.2
This commit is contained in:
parent
5a36bc5fa5
commit
2d3dd78ec6
16
index.html
Normal file
16
index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=0.2/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace("0.2/" + window.location.hash);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="0.2/">0.2/</a>...
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user