Javier Feliz eeb6b4bc0e
Some checks failed
tests / ci (push) Waiting to run
linter / quality (push) Has been cancelled
Initial commit
2025-07-27 02:31:34 -04:00

16 lines
343 B
PHP

<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark">
<head>
@include('partials.head')
</head>
<body style="background: url('/img/background.jpg') no-repeat center center; background-size: cover;"
class="min-h-screen bg-white dark:bg-zinc-800">
{{ $slot }}
@fluxScripts
</body>
</html>