14 lines
124 B
HTML
14 lines
124 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Redirecting...</title>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
<script>
|
|
location.href = "/mail"
|
|
</script>
|
|
|
|
</html>
|