mcfly/templates/basic-legacy/src/components/awesome-header.html
Ayo 6edab54354 feat: new architecture to support server framework plugin
- generic `server.serve` config
- new demo workspace
- new basic template
- updated readme

Reviewed-on: https://git.ayo.run/ayo/mcfly/pulls/3
Co-authored-by: Ayo <ayo@ayco.io>
Co-committed-by: Ayo <ayo@ayco.io>
2026-06-04 11:17:09 +00:00

14 lines
266 B
HTML

<header
style="
border-radius: 5px;
background: linear-gradient(45deg, #3054bf, #416fff);
color: white;
margin: 1em 0;
padding: 1em;
"
>
<a style="color: white" href="/">
<h1><slot /></h1>
</a>
<slot name="description" />
</header>