diff --git a/src/pages/account/anon/end.astro b/src/pages/account/anon/end.astro new file mode 100644 index 0000000..0da69f3 --- /dev/null +++ b/src/pages/account/anon/end.astro @@ -0,0 +1,16 @@ +--- +import Base from "@layouts/Base.astro" +--- + + +
+

End Anonymous Session

+

You're currently in an anonymous session, these can't be logged back into. If you choose to confirm logging out, your anonymous account will be deleted immediately, this action can't be undone.

+

If you're not logged into an anomymous account, try clearing your browser cookies for this website.

+ +
+ +
+
+
+ \ No newline at end of file