focus/frontend/src/app.html

14 lines
399 B
HTML
Raw Normal View History

2023-12-28 01:19:29 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/img/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2024-01-01 23:39:59 +01:00
<link rel="stylesheet" type="text/css" href="/css/global.css" />
2023-12-28 01:19:29 +01:00
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>