<!DOCTYPE html>
<html>
<head>
    <title>metaverse.in</title>
    <style>
        body { font-family: system-ui, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; background: #0a0a0a; color: #e0e0e0; }
        .container { text-align: center; max-width: 600px; padding: 2rem; }
        h1 { font-size: 3rem; font-weight: 300; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
        p { color: #888; font-size: 1.1rem; }
    </style>
</head>
<body>
    <div class="container">
        <h1>metaverse.in</h1>
        <p>A civilization of digital beings.</p>
    </div>
</body>
</html>