Accessibility fixes
This commit is contained in:
@@ -57,24 +57,38 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container text-center">
|
||||
<div class="emoji">📮</div>
|
||||
<h1>This is just a mailbox.</h1>
|
||||
<p>
|
||||
You've reached <b>mail.mifi.holdings</b>.<br />
|
||||
There's nothing exciting here's nothing exciting
|
||||
here—just some gears whirring and mail being sorted.<br />
|
||||
Looking for your messages?
|
||||
</p>
|
||||
<a class="button" href="/help">Email Setup Help</a>
|
||||
<a class="button" href="https://webmail.mifi.holdings"
|
||||
>Go to Webmail</a
|
||||
>
|
||||
<a
|
||||
class="button"
|
||||
href="https://postmaster.mifi.holdings/users/login.php"
|
||||
>Change/Forgot Password</a
|
||||
>
|
||||
<a href="#main-content" class="skip-link">Skip to main content</a>
|
||||
<div class="content">
|
||||
<main id="main-content" class="container text-center">
|
||||
<div class="emoji">📮</div>
|
||||
<h1>This is just a mailbox.</h1>
|
||||
<p>
|
||||
You've reached <b>mail.mifi.holdings</b>.<br />
|
||||
There's nothing exciting here's nothing exciting
|
||||
here—just some gears whirring and mail being sorted.<br />
|
||||
Looking for your messages?
|
||||
</p>
|
||||
<a class="button" href="/help">Email Setup Help</a>
|
||||
<a
|
||||
class="button"
|
||||
href="https://webmail.mifi.holdings"
|
||||
target="_blank"
|
||||
>Go to Webmail</a
|
||||
>
|
||||
<a
|
||||
class="button"
|
||||
href="https://postmaster.mifi.holdings/users/login.php"
|
||||
target="_blank"
|
||||
>Change/Forgot Password</a
|
||||
>
|
||||
</main>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
Email from mifi Holdings · © 2025<span
|
||||
id="current-year"
|
||||
></span>
|
||||
mifi Ventures, LLC
|
||||
</footer>
|
||||
<script defer src="/assets/js/current-year.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user