Add failure page
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-08-03 11:44:18 -04:00
commit ea320fb4f4
No known key found for this signature in database

16
src/pages/failure.astro Normal file
View file

@ -0,0 +1,16 @@
---
import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro"
import "../styles/page.css"
---
<StarlightPage
frontmatter={{
title: "Registration failed",
template: "splash",
}}
>
An error occurred while we were registering you. Try again later, and if the
error persists, join our <a
href="https://matrix.to/#/#community:federated.nexus">Matrix room</a
> let me know.
</StarlightPage>