move out stuff. move stuff around

This commit is contained in:
2023-10-11 01:32:11 +05:30
parent 6cfab72fe6
commit eaca56b876
18 changed files with 0 additions and 103 deletions

12
svelte.src/app.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
<body class="h-screen flex flex-col justify-between" data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>