forked from federated-nexus/website
Add failure page
This commit is contained in:
parent
291aab7ab8
commit
ea320fb4f4
1 changed files with 16 additions and 0 deletions
16
src/pages/failure.astro
Normal file
16
src/pages/failure.astro
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue