Initial commit
This commit is contained in:
commit
2f5e10140c
133 changed files with 10429 additions and 0 deletions
7
packages/web/src/routes/404.tsx
Normal file
7
packages/web/src/routes/404.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default function Page() {
|
||||
return (
|
||||
<div class="w-full h-full flex items-center justify-center text-4xl font-bold">
|
||||
Page not found (404)
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in a new issue