test-card/src/app.html
Tomáš Mládek 29d96f8451
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
refactor: migrate from i18next to paraglide
2025-09-27 00:04:24 +02:00

13 lines
392 B
HTML

<!doctype html>
<html lang="%paraglide.lang%">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TOTAL TECH TEST</title>
<link rel="icon" type="image/png" href="/favicon.png" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>