mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-15 17:37:22 +01:00
16 lines
164 B
HTML
16 lines
164 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Redirecting...</title>
|
|
<meta name="robots" content="noindex">
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
<script>
|
|
location.href = "/mail"
|
|
</script>
|
|
|
|
</html>
|