dsaasdsd
This commit is contained in:
parent
bd4a695e74
commit
e579802394
6 changed files with 26 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="en" style="height: 100%; margin: 0">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
<body data-sveltekit-preload-data="hover" style="height: 100%; margin: 0">
|
||||
<div style="display: contents" style="height: 100%; margin: 0">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
{@render children()}
|
||||
<div class="h-full bg-black">{@render children()}</div>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<h1 class="text-red-500 underline text-[100px] font-mono">testing tailwind</h1>
|
Loading…
Add table
Add a link
Reference in a new issue