test-card/src/app.html
Tomáš Mládek 2769575d34
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
chore: add favicon
2025-02-11 11:18:12 +01:00

13 lines
378 B
HTML

<!doctype html>
<html lang="en">
<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>