Accessibility fixes
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-02-16 12:57:44 -03:00
parent 635594aea8
commit c71ec612bb
10 changed files with 418 additions and 361 deletions

View File

@@ -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&apos;ve reached <b>mail.mifi.holdings</b>.<br />
There&apos;s nothing exciting here&apos;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&apos;ve reached <b>mail.mifi.holdings</b>.<br />
There&apos;s nothing exciting here&apos;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 &middot; &copy; 2025<span
id="current-year"
></span>
mifi Ventures, LLC
</footer>
<script defer src="/assets/js/current-year.js"></script>
</body>
</html>