
                <!DOCTYPE html>
                <html lang="ru">
                <head>
                    <meta charset="UTF-8">
                    <title>Auto-Verse</title>
                    <style>
                        body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #f0f2f5; }
                        .card { background: white; padding: 2rem; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); text-align: center; }
                        h1 { color: #1a73e8; }
                    </style>
                </head>
                <body>
                    <div class="card">
                        <h1>Auto-Verse</h1>
                        <p>API работает, скоро здесь будет сайт!</p>
                    </div>
                </body>
                </html>