Files
gpx.studio/website/src/app.html

15 lines
390 B
HTML
Raw Normal View History

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">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>