HTML Redirect
This commit is contained in:
parent
ad3a78a300
commit
47622d5e0b
|
@ -1,9 +1,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>this is a mail-in-a-box</title>
|
||||
</head>
|
||||
<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>
|
||||
|
||||
<head>
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
<script>
|
||||
location.href = "/mail"
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue