2024-04-03 16:13:42 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2024-06-27 15:50:15 +02:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
2024-06-27 23:45:33 +02:00
|
|
|
<meta property="og:image" content="%sveltekit.assets%/og_logo.png" />
|
|
|
|
<meta property="og:url" content="%sveltekit.assets%/" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:site_name" content="gpx.studio" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
|
|
<meta name="twitter:image" content="%sveltekit.assets%/og_logo.png" />
|
|
|
|
<meta name="twitter:url" content="%sveltekit.assets%/" />
|
|
|
|
<meta name="twitter:site" content="@gpxstudio" />
|
|
|
|
<meta name="twitter:creator" content="@gpxstudio" />
|
2024-06-27 15:50:15 +02:00
|
|
|
%sveltekit.head%
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body data-sveltekit-preload-data="hover">
|
|
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|