mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
HTML Redirect
This commit is contained in:
parent
ad3a78a300
commit
47622d5e0b
@ -1,9 +1,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
<title>this is a mail-in-a-box</title>
|
<head>
|
||||||
</head>
|
<title>Redirecting...</title>
|
||||||
<body>
|
</head>
|
||||||
<h1>this is a mail-in-a-box</h1>
|
|
||||||
<p>take control of your email at <a href="https://mailinabox.email/">https://mailinabox.email/</a></p>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
location.href = "/mail"
|
||||||
|
</script>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user