2023-03-14 21:08:22 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2023-03-15 11:29:15 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2023-03-15 13:54:42 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/images/logo.svg" />
|
2023-03-15 11:29:15 +00:00
|
|
|
<meta name="viewport" content="width=device-width" />
|
2023-03-15 13:54:42 +00:00
|
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
|
|
|
|
<!-- OG -->
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="svgl" />
|
|
|
|
<meta property="og:description" content="A beautiful library with SVG logos"/>
|
|
|
|
<meta property="og:url" content="https://svgl.vercel.app/" />
|
|
|
|
<meta property="og:site_name" content="A beautiful library with SVG logos - Svgl" />
|
|
|
|
<meta name="author" content="@pheralb_" />
|
|
|
|
|
|
|
|
<!-- Twitter -->
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
|
|
<meta name="twitter:title" content="Svgl" />
|
|
|
|
<meta name="twitter:description" content="A beautiful library with SVG logos" />
|
|
|
|
<meta name="twitter:creator" content="@pheralb_" />
|
|
|
|
|
|
|
|
<!-- Title -->
|
|
|
|
<title>A beautiful library with SVG logos - Svgl</title>
|
2023-03-15 11:29:15 +00:00
|
|
|
%sveltekit.head%
|
|
|
|
</head>
|
|
|
|
<body data-sveltekit-preload-data="hover">
|
|
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
|
|
</body>
|
2023-03-14 21:08:22 +00:00
|
|
|
</html>
|