svelte-website/src/app.html

30 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="manifest" href="/manifest.json">
<meta name="description" content="Where the modern web meets the year 2000">
<meta property="og:title" content="Internetica Galactica 2">
<meta property="og:site_name" content="Internetica Galactica 2">
<meta property="og:url" content="https://quenten.nl">
<meta property="og:description" content="Where the modern web meets the year 2000.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://quenten.nl/favicon.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="quenten.nl">
<meta property="twitter:url" content="https://quenten.nl/">
<meta name="twitter:title" content="Internetica Galactica 2">
<meta name="twitter:description" content="Where the modern web meets the year 2000">
<meta name="twitter:image" content="https://quenten.nl/favicon.png">
<meta name="theme-color" content="#FFAFCC">
%sveltekit.head%
</head>
<body>
<div>%sveltekit.body%</div>
</body>
</html>