playground/src/app.html

18 lines
687 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:type" content="website">
<meta property="og:title" content="silentsilas">
<meta property="og:url" content="https://silentsilas.com">
<meta property="og:image" content="https://silentsilas.com/social.png">
<meta property="og:description" content="Personal site of silentsilas.">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="forest" style="overflow-x: hidden;">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>