mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
33 lines
1.2 KiB
HTML
33 lines
1.2 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_" />
|
|
|
|
<!-- 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:site_name" content="A beautiful library with SVG logos - Svgl" />
|
|
|
|
<!-- 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>
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|