Remove subdomain listing from the 404 page

This commit is contained in:
Mike Dalessio
2025-06-21 10:46:23 -04:00
parent e1609a1aa4
commit 2282b7a71d
-8
View File
@@ -112,14 +112,6 @@
<article> <article>
<p><strong>The page you were looking for doesnt exist.</strong> You may have mistyped the address or the page may have moved. If youre the application owner check the logs for more information.</p> <p><strong>The page you were looking for doesnt exist.</strong> You may have mistyped the address or the page may have moved. If youre the application owner check the logs for more information.</p>
</article> </article>
<article>
<p>You may want to try one of these subdomains:</p>
<ul>
<li><a href="https://37s.fizzy.37signals.com/">37s.fizzy.37signals.com</a></li>
<li><a href="https://dev.fizzy.37signals.com/">dev.fizzy.37signals.com</a></li>
<li><a href="https://qa.fizzy.37signals.com/">qa.fizzy.37signals.com</a></li>
</ul>
</article>
</main> </main>
</body> </body>