mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-13 08:46:56 +08:00
45 lines
1.7 KiB
HTML
45 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta name="robots" content="index, follow" />
|
|
<meta name="author" content="@pheralb_" />
|
|
<meta name="description" content="A beautiful library with SVG logos" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/images/logo.svg" />
|
|
|
|
<!-- 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:image" content="https://svgl.vercel.app/images/screenshot.png" />
|
|
|
|
<!-- 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_" />
|
|
<meta name="twitter:image" content="https://svgl.vercel.app/images/screenshot.png" />
|
|
|
|
<!-- Analytics -->
|
|
<script
|
|
async
|
|
src="https://umami.pheralb.dev/script.js"
|
|
data-website-id="50de464e-cf2c-4b76-b5e8-21c9259bc7be"
|
|
></script>
|
|
|
|
<!-- Title -->
|
|
<title>A beautiful library with SVG logos - Svgl</title>
|
|
%sveltekit.head%
|
|
</head>
|
|
<body
|
|
data-sveltekit-preload-data="hover"
|
|
class="min-h-screen bg-white font-sans text-mini dark:bg-dark dark:text-white antialiased selection:bg-neutral-200 scroll-smooth [text-rendering:optimizeLegibility;] dark:selection:bg-neutral-700"
|
|
>
|
|
<div>%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|