50 lines
1.2 KiB
HTML
50 lines
1.2 KiB
HTML
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="/reset.css" />
|
|
<meta name="generator" content="McFly v0.0.1" />
|
|
<meta name="theme-color" content="#3054bf" />
|
|
<meta
|
|
name="description"
|
|
content="McFly is a no-framework framework that assists in leveraging the web platform."
|
|
/>
|
|
<meta name="author" content="McFly" />
|
|
<meta name="origin" content="https://mc-fly.vercel.app/" />
|
|
<!-- Open Graph data -->
|
|
<meta property="og:site_name" content="McFly" />
|
|
<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. 😱"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="McFly is a no-framework framework that assists in leveraging the web platform."
|
|
/>
|
|
<style>
|
|
body {
|
|
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
|
max-width: 40em;
|
|
margin: 0 auto;
|
|
padding: 1em;
|
|
}
|
|
body > * {
|
|
padding: 0.5em 1em;
|
|
}
|
|
|
|
h1 {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
h2,
|
|
p,
|
|
ul,
|
|
ol {
|
|
margin-bottom: 1em;
|
|
}
|
|
</style>
|
|
|
|
<slot />
|
|
</head>
|