<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>Мой Проект</title>
    <style>
        body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #0f172a; color: #f8fafc; }
        .card { text-align: center; padding: 2rem; border-radius: 12px; background: #1e293b; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
        h1 { color: #38bdf8; margin-bottom: 0.5rem; }
    </style>
</head>
<body>
    <div class="card">
        <h1>7ZUZU.TOP</h1>
        <p>Сервер успешно настроен. Скоро здесь будет что-то крутое!</p>
    </div>
</body>
</html>