- 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>
14 lines
266 B
HTML
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>
|