Files
frontend/src/app.html
AtHeartEngineer 7966ae8e38 code formatting
2023-11-08 19:08:39 +03:00

34 lines
502 B
HTML

<!DOCTYPE html>
<html
lang="en"
class="dark"
>
<head>
<meta charset="utf-8" />
<meta
name="msapplication-TileColor"
content="#202626"
/>
<meta
name="theme-color"
content="#FA5F5F"
/>
<meta
name="viewport"
content="width=device-width"
/>
%sveltekit.head%
</head>
<body
data-sveltekit-preload-data="hover"
data-theme="discreetly-theme"
>
<div
style="display: contents"
class="h-screen overflow-hidden"
>
%sveltekit.body%
</div>
</body>
</html>