testing min setup
Some checks failed
CI / build-and-test (pull_request) Failing after 7m28s

This commit is contained in:
Tobias Klemp
2025-12-06 16:26:41 +01:00
parent b1fe405434
commit 2872c73e9d
125 changed files with 499 additions and 4166 deletions

View File

@@ -1,11 +1,11 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>