mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 07:06:14 -05:00
Add small info on SendouQ page
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default function Index() {
|
||||
return (
|
||||
<p className="text-center font-sm">
|
||||
<p className="text-center text-sm">
|
||||
Welcome to this work in progress Splatoon 3 version of sendou.ink :){" "}
|
||||
</p>
|
||||
);
|
||||
|
||||
8
app/routes/play.tsx
Normal file
8
app/routes/play.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function SendouQPage() {
|
||||
return (
|
||||
<p className="text-center text-sm">
|
||||
Splatoon 2 test of SendouQ is over.
|
||||
<br /> SendouQ is planned to return for Splatoon 3.{" "}
|
||||
</p>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user