mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-24 10:59:07 +01:00
Set default version to dev in doc/dist with mike 1.1.2
This commit is contained in:
parent
6c6fcbf6ab
commit
927976c0eb
1 changed files with 16 additions and 0 deletions
16
doc/dist/index.html
vendored
Normal file
16
doc/dist/index.html
vendored
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=dev/" />
|
||||||
|
</noscript>
|
||||||
|
<script>
|
||||||
|
window.location.replace("dev/" + window.location.hash);
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Redirecting to <a href="dev/">dev/</a>...
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue