feat(site): indicate PoC; add link to repo
This commit is contained in:
parent
10573b56a1
commit
eece84dc22
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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 ↗</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>
|
||||||
|
|
Loading…
Reference in a new issue