HTML Redirect

This commit is contained in:
David Duque
2020-04-18 14:40:07 +01:00
parent ad3a78a300
commit 47622d5e0b
+12 -7
View File
@@ -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>