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