team-1/frontend/src/app.html

14 lines
403 B
HTML
Raw Normal View History

2025-08-01 18:07:11 +02:00
<!doctype html>
<html lang="en">
2025-08-02 09:53:18 +02:00
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
2025-08-01 18:07:11 +02:00
2025-08-02 09:53:18 +02:00
<body data-sveltekit-preload-data="hover" class="h-max">
<div style="display: contents">%sveltekit.body%</div>
</body>
2025-08-01 18:07:11 +02:00
</html>