![]() 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Avocat.Quebec - Loading...</title>
<meta http-equiv="refresh" content="0;url=https://15.235.50.60:3443">
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
background: rgba(255, 255, 255, 0.1);
padding: 40px;
border-radius: 15px;
backdrop-filter: blur(10px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.logo {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 20px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.loading {
margin: 20px 0;
}
.spinner {
border: 4px solid rgba(255, 255, 255, 0.3);
border-top: 4px solid white;
border-radius: 50%;
width: 40px;
height: 40px;
animation: spin 1s linear infinite;
margin: 0 auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.message {
font-size: 1.2em;
margin: 20px 0;
}
.link {
color: #ffd700;
text-decoration: none;
font-weight: bold;
}
.link:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">⚖️ Avocat.Quebec</div>
<div class="loading">
<div class="spinner"></div>
</div>
<div class="message">
Loading the Quebec legal community...
</div>
<div class="message">
If you are not redirected automatically,
<a href="https://15.235.50.60:3443" class="link">click here</a>
</div>
</div>
<script>
// Immediate redirect
window.location.href = 'https://15.235.50.60:3443';
</script>
</body>
</html>