diff --git a/src/components/layout.tsx b/src/components/layout.tsx index dd4a84d..d79d06f 100644 --- a/src/components/layout.tsx +++ b/src/components/layout.tsx @@ -6,8 +6,9 @@ export const Layout: FC = async ({ children, title }) => ( {title || "Nose"} - - + + +
diff --git a/src/components/terminal.tsx b/src/components/terminal.tsx index d0f4a01..12225ae 100644 --- a/src/components/terminal.tsx +++ b/src/components/terminal.tsx @@ -2,7 +2,30 @@ import type { FC } from "hono/jsx" export const Terminal: FC = async () => ( <> -

Hello NOSE!

-

This is 960×540 space.

+ + +
+ > +