mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
feat: better api index page
This commit is contained in:
parent
48df28b285
commit
09a70a87bd
1 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
export default function IndexPage() {
|
||||
return <p>TomodachiShare API</p>;
|
||||
return (
|
||||
<div className="absolute size-full flex flex-col justify-center items-center">
|
||||
<h1 className="text-2xl font-bold">TomodachiShare API</h1>
|
||||
<p>You probably shouldn't be here</p>
|
||||
<a href="https://tomodachishare.com" className="pill button mt-4">
|
||||
Go back
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue