Files
tatort/src/app.html
2025-04-11 11:31:10 +02:00

15 lines
354 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Tatort</title>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>