![]() 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/.cursor-server/data/User/History/-5f11b6f1/ |
<!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>
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100vh;
border: none;
display: block;
}
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
display: flex;
justify-content: center;
align-items: center;
color: white;
font-family: Arial, sans-serif;
z-index: 1000;
}
.loading-content {
text-align: center;
}
.spinner {
border: 4px solid rgba(255, 255, 255, 0.3);
border-top: 4px solid white;
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.logo {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="loading" id="loading">
<div class="loading-content">
<div class="logo">⚖️ Avocat.Quebec</div>
<div class="spinner"></div>
<div>Chargement de la communauté juridique...</div>
</div>
</div>
<iframe
src="https://15.235.50.60:3443"
id="app-frame"
onload="hideLoading()"
allow="camera; microphone; geolocation; payment"
sandbox="allow-same-origin allow-scripts allow-forms allow-popups allow-top-navigation">
</iframe>
<script>
function hideLoading() {
document.getElementById('loading').style.display = 'none';
}
// Hide loading after 5 seconds even if iframe doesn't load
setTimeout(function() {
hideLoading();
}, 5000);
</script>
</body>
</html>