+
{children}
>
);
diff --git a/app/routes/beta.tsx b/app/routes/beta.tsx
new file mode 100644
index 000000000..f43b1fe24
--- /dev/null
+++ b/app/routes/beta.tsx
@@ -0,0 +1,38 @@
+import type { LinksFunction } from "remix";
+import { DISCORD_URL } from "~/constants";
+import styles from "~/styles/beta.css";
+
+export const links: LinksFunction = () => {
+ return [{ rel: "stylesheet", href: styles }];
+};
+
+export default function BetaPage() {
+ return (
+
+
Beta of sendou.ink (Splatoon 3)
+
+ Hello there! I appreciate you taking time to visit this beta version of
+ sendou.ink's Splatoon 3 site. This being a beta there is a few things
+ you should consider:
+
+
+
+ It's likely the database will be cleared (more than once) before beta
+ ends
+
+
+ Bugs are expected. Please give feedback on{" "}
+ our Discord
+
+
+ Follow Twitter for
+ announcements about test tournaments and everything else related to
+ sendou.ink
+