1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-03-21 19:38:48 +01:00
ldapsaisie/doc/dist/index.html

19 lines
362 B
HTML
Raw Normal View History

2023-10-07 16:56:15 +01:00
<!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.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="dev/">dev/</a>...
</body>
</html>