This commit is contained in:
2026-02-13 13:41:18 +01:00
parent d241feb0e9
commit af9ed8d9df
13 changed files with 2022 additions and 190 deletions

View File

@@ -1,7 +1,11 @@
import { html } from "@mastrojs/mastro";
export const Header = () => html`
<header>
<div><a href="/">jens.pub</a></div>
<header class="py-8">
<a
class="text-5xl font-bold font-fancy rounded bg-stone-950 px-4 py-1"
href="/"
>jens.pub</a
>
</header>
`;