<!DOCTYPE html>
<html>
<head>
    <title>RustDesk Server</title>
    <style>
        body { font-family: Arial, sans-serif; max-width: 800px; margin: 50px auto; padding: 20px; background: #f5f5f5; }
        .container { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        h1 { color: #2c3e50; }
        .info { background: #e8f5e9; padding: 15px; border-radius: 5px; margin: 20px 0; }
        .key { background: #f5f5f5; padding: 10px; border-radius: 5px; font-family: monospace; word-break: break-all; }
        code { background: #f5f5f5; padding: 2px 6px; border-radius: 3px; }
    </style>
</head>
<body>
    <div class="container">
        <h1>🚀 RustDesk Server - Ativo</h1>
        <div class="info">
            <strong>✅ Servidor funcionando corretamente!</strong>
        </div>
        
        <h2>📱 Configuração dos Clientes</h2>
        <p>Para conectar seus dispositivos, configure o cliente RustDesk com:</p>
        
        <p><strong>ID Server:</strong> <code>remoto.indianatransportes.com.br</code></p>
        
        <p><strong>Chave Pública:</strong></p>
        <div class="key">0cLmAGWJUvNA3HwsaBnCtchIvPT6HrwpSOD5On3fspk=</div>
        
        <h2>📥 Download</h2>
        <p>Baixe o cliente em: <a href="https://github.com/rustdesk/rustdesk/releases" target="_blank">github.com/rustdesk/rustdesk/releases</a></p>
        
        <h2>ℹ️ Informações</h2>
        <ul>
            <li>Versão: RustDesk Server OSS (Open Source)</li>
            <li>Domínio: remoto.indianatransportes.com.br</li>
            <li>SSL: ✅ Ativo</li>
            <li>WebSocket: ✅ Ativo</li>
        </ul>
    </div>
</body>
</html>