feat(site): indicate PoC; add link to repo

This commit is contained in:
Ayo 2024-03-15 13:10:12 +01:00
parent 10573b56a1
commit eece84dc22
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
" "
> >
<a style="color: white" href="/"> <a style="color: white" href="/">
<h1>McFly <slot name="title-postfix" /> </h1> <h1>McFly (PoC) <slot name="title-postfix" /> </h1>
</a> </a>
<slot /> <slot />
</header> </header>

View file

@ -29,7 +29,7 @@
<p> <p>
<strong style="font-size: large">McFly</strong> is an in-progress, <strong style="font-size: large">McFly</strong> is an in-progress,
full-stack, no-framework framework that assists developers in full-stack, no-framework framework that assists developers in
leveraging the web platform. leveraging the web platform. <a href="https://ayco.io/gh/mcfly" target="_blank">Get involved &nearr;</a>
</p> </p>
<code-block>npm create <strong style="color: var(--color-blue)">mcfly</strong>@latest</code-block> <code-block>npm create <strong style="color: var(--color-blue)">mcfly</strong>@latest</code-block>
<p> <p>