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="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/" />
|
||||
<!-- 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:image" content="/morty.png" />
|
||||
<meta
|
||||
property="og:title"
|
||||
content="McFly: Back to the Basics. Into the Future. 😱"
|
||||
content="WebComponent.io: Write web components in Easy Mode."
|
||||
/>
|
||||
<meta
|
||||
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>
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue