mailinabox/conf/www_default.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>