feat(site): update meta
This commit is contained in:
parent
3e87327440
commit
278f1de61d
2 changed files with 5 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
|
@ -6,21 +6,20 @@
|
||||||
<meta name="theme-color" content="#3054bf" />
|
<meta name="theme-color" content="#3054bf" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="McFly is a no-framework framework that assists in leveraging the web platform."
|
content="A zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily"
|
||||||
/>
|
/>
|
||||||
<meta name="author" content="McFly" />
|
<meta name="author" content="Ayo Ayco" />
|
||||||
<meta name="origin" content="https://mc-fly.vercel.app/" />
|
<meta name="origin" content="https://mc-fly.vercel.app/" />
|
||||||
<!-- Open Graph data -->
|
<!-- Open Graph data -->
|
||||||
<meta property="og:site_name" content="McFly" />
|
<meta property="og:site_name" content="WebComponent.io" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content="/morty.png" />
|
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="McFly: Back to the Basics. Into the Future. 😱"
|
content="WebComponent.io: Write web components in Easy Mode."
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content="McFly is a no-framework framework that assists in leveraging the web platform."
|
content="A zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily"
|
||||||
/>
|
/>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in a new issue