Skip to content

Commit

Permalink
add style header
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Jan 25, 2025
1 parent bc7ee35 commit d4b85ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/view/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
/** @jsxImportSource hono/jsx */

import { FC } from "hono/jsx";
import { Style } from "hono/css";

export const Layout: FC = ({ children }) => {
return (
<html>
<head>
<title>Atlantis</title>
<Style />
</head>
<body>{children}</body>
</html>
);
Expand Down

0 comments on commit d4b85ac

Please sign in to comment.