feat: mvp
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body
|
||||
data-sveltekit-preload-data="hover"
|
||||
class="dark:bg-gray-800 dark:text-gray-200 min-h-screen flex flex-col"
|
||||
>
|
||||
%sveltekit.body%
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user