1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-26 07:57:05 +00:00
mailinabox/conf/www_default.html
2020-04-18 14:40:07 +01:00

15 lines
124 B
HTML

<html>
<head>
<title>Redirecting...</title>
</head>
<body>
</body>
<script>
location.href = "/mail"
</script>
</html>