HTML Redirect

This commit is contained in:
David Duque 2020-04-18 14:40:07 +01:00
parent ad3a78a300
commit 47622d5e0b
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 12 additions and 7 deletions

View File

@ -1,9 +1,14 @@
<html> <html>
<head> <head>
<title>this is a mail-in-a-box</title> <title>Redirecting...</title>
</head> </head>
<body> <body>
<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>
<script>
location.href = "/mail"
</script>
</html> </html>