app-test-1768477227183/app/page.tsx

7 lines
219 B
TypeScript

export default function Home() {
return <main style={{padding: '2rem', textAlign: 'center'}}>
<h1>🚀 Test Kleap Deploy</h1>
<p>Deployed via Gitea + Coolify</p>
<p>Slug: test-1768477227183</p>
</main>
}