create basic layout

This commit is contained in:
2023-09-02 11:12:51 +05:30
parent 61412e32d9
commit 9501f34ca6
3 changed files with 28 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<body class="h-screen flex flex-col justify-between" data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>