14 lines
571 B
TypeScript
14 lines
571 B
TypeScript
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>
|
|
)
|
|
} |