<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Website</title>
<style>
body { font-family: system-ui, sans-serif; margin: 0; padding: 2rem; background: #0a0a0a; color: #fff; }
h1 { font-size: 2.5rem; font-weight: 700; }
p { color: #888; }
</style>
</head>
<body>
<h1>Hello, world.</h1>
<p>Start chatting with the AI to build your website.</p>
</body>
</html>