Make first test for photos

This commit is contained in:
itsfinniii
2026-04-26 22:26:51 +02:00
parent 092d2a4458
commit fdc8a0aae6
5 changed files with 77 additions and 5 deletions

View File

@@ -76,9 +76,7 @@ const css = {
<!-- Scripts and Style -->
</head>
<body style={ css } class="bg-[#fcfcfc] flex flex-col min-h-screen">
<body style={ css } class="bg-neutral-950 flex flex-col min-h-screen">
<slot class="grow" name="content" />
<Footer />
</body>
</html>