app-test-1768477737854/app/page.tsx

8 lines
273 B
XML

export default function Home() {
return <main style={{padding: '2rem', textAlign: 'center'}}>
<h1>🚀 Kleap Deploy Test v3</h1>
<p>Deployed via Gitea (PUBLIC) + Coolify</p>
<p>Slug: test-1768477737854</p>
<p>Time: 2026-01-15T11:49:01.013Z</p>
</main>
}