Welcome to your custom website!
<div style="min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #f0f9ff;">
<div style="text-align: center;">
<h1 style="font-size: 72px; color: #0369a1; margin-bottom: 20px;">HELLO</h1>
<p style="font-size: 24px; color: #64748b;">Welcome to your custom website!</p>
</div>
</div>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }