init
This commit is contained in:
7
components/Header.ts
Normal file
7
components/Header.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { html } from "@mastrojs/mastro";
|
||||
|
||||
export const Header = () => html`
|
||||
<header>
|
||||
<div><a href="/">jens.pub</a></div>
|
||||
</header>
|
||||
`;
|
||||
Reference in New Issue
Block a user