Add app/layout.tsx
This commit is contained in:
parent
3bfb773863
commit
605225f866
|
|
@ -0,0 +1,14 @@
|
|||
export const metadata = {
|
||||
title: 'v4-1768478268576 - Kleap Test',
|
||||
description: 'Test deployment via Gitea + Coolify'
|
||||
}
|
||||
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body style={{margin: 0, minHeight: '100vh', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
Loading…
Reference in New Issue