Add app/page.tsx
This commit is contained in:
parent
a826b05ca7
commit
2bf1b35710
|
|
@ -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>
|
||||
}
|
||||
Loading…
Reference in New Issue