Add app/page.tsx
This commit is contained in:
parent
ac2440cbdc
commit
3bfb773863
|
|
@ -0,0 +1,14 @@
|
|||
export default function Home() {
|
||||
return (
|
||||
<main style={{padding: '2rem', textAlign: 'center', fontFamily: 'system-ui'}}>
|
||||
<h1 style={{fontSize: '3rem', marginBottom: '1rem'}}>🚀 Kleap Deploy</h1>
|
||||
<p style={{fontSize: '1.5rem', color: '#666'}}>Gitea + Coolify = Success!</p>
|
||||
<p style={{marginTop: '2rem', padding: '1rem', background: '#f0f0f0', borderRadius: '8px'}}>
|
||||
Slug: <code>v4-1768478268576</code>
|
||||
</p>
|
||||
<p style={{marginTop: '1rem', color: '#999'}}>
|
||||
Deployed: 2026-01-15T11:57:51.736Z
|
||||
</p>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Loading…
Reference in New Issue