stuff
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user