<!DOCTYPE html>
        <html lang="ru">
        <head>
            <meta charset="UTF-8">
            <meta http-equiv="refresh" content="5; url=https://tftorg.ru">
            <title>Сайт переехал</title>
            <style>
                body {
                    font-family: Arial, sans-serif;
                    text-align: center;
                    padding: 50px;
                    background: #f0f0f0;
                }
                .container {
                    background: white;
                    padding: 30px;
                    border-radius: 10px;
                    max-width: 600px;
                    margin: 0 auto;
                    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
                }
                h1 { color: #333; }
                a {
                    color: #0066cc;
                    text-decoration: none;
                    font-size: 18px;
                }
                a:hover { text-decoration: underline; }
                .timer { color: #666; margin-top: 20px; }
            </style>
        </head>
        <body>
            <div class="container">
                <h1>🚀 Сайт переехал!</h1>
                <p>Сайт <strong>tftorg.ru</strong> перемещен на новый адрес:</p>
                <p><a href="https://tftorg.ru">https://tftorg.ru</a></p>
                <p class="timer">Автоматическое перенаправление через 5 секунд...</p>
                <p>Если ничего не произошло, нажмите на ссылку выше.</p>
            </div>
        </body>
        </html>