diff --git a/app/routes/index.tsx b/app/routes/index.tsx index fbfc43985..56af7511b 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -1,6 +1,6 @@ export default function Index() { return ( -

+

Welcome to this work in progress Splatoon 3 version of sendou.ink :){" "}

); diff --git a/app/routes/play.tsx b/app/routes/play.tsx new file mode 100644 index 000000000..59372d550 --- /dev/null +++ b/app/routes/play.tsx @@ -0,0 +1,8 @@ +export default function SendouQPage() { + return ( +

+ Splatoon 2 test of SendouQ is over. +
SendouQ is planned to return for Splatoon 3.{" "} +

+ ); +}