1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-15 17:37:22 +01:00
Files
mailinabox/conf/www_default.html
2020-09-26 10:21:01 +01:00

16 lines
164 B
HTML

<html>
<head>
<title>Redirecting...</title>
<meta name="robots" content="noindex">
</head>
<body>
</body>
<script>
location.href = "/mail"
</script>
</html>