Add app/page.tsx

This commit is contained in:
kleap-admin 2026-01-15 11:40:28 +00:00
parent a826b05ca7
commit 2bf1b35710
1 changed files with 7 additions and 0 deletions

7
app/page.tsx Normal file
View File

@ -0,0 +1,7 @@
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>
}