Add app/page.tsx

This commit is contained in:
kleap-admin 2026-01-15 11:49:20 +00:00
parent a2036fdbfa
commit 33af6fcfee
1 changed files with 8 additions and 0 deletions

8
app/page.tsx Normal file
View File

@ -0,0 +1,8 @@
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-1768477756564</p>
<p>Time: 2026-01-15T11:49:19.538Z</p>
</main>
}