Add app/page.tsx
This commit is contained in:
parent
9da326c764
commit
3325a5ab77
|
|
@ -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-1768477737854</p>
|
||||||
|
<p>Time: 2026-01-15T11:49:01.013Z</p>
|
||||||
|
</main>
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue