website/src/app.html

19 lines
342 B
HTML
Raw Normal View History

2022-02-28 19:12:33 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2023-02-03 19:55:33 +02:00
<link
rel="icon"
href="%sveltekit.assets%/logo.svg"
/>
<meta
name="viewport"
content="width=device-width"
/>
%sveltekit.head%
2022-02-28 19:12:33 +01:00
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
2022-02-28 19:12:33 +01:00
</body>
</html>