File Manager

Path: /home/u153614772/domains/aitradingintelligence.org/.trash/

Viewing File: index.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AITRADINGINTELLIGENCE | Maintenance</title>

<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body{
height:100vh;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#0f172a,#020617);
color:white;
text-align:center;
padding:20px;
}

.container{
max-width:700px;
width:100%;
}

.logo{
font-size:32px;
font-weight:700;
letter-spacing:2px;
margin-bottom:20px;
color:#38bdf8;
}

.card{
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.1);
border-radius:14px;
padding:50px 35px;
backdrop-filter: blur(10px);
}

h1{
font-size:32px;
margin-bottom:15px;
}

p{
color:#cbd5f5;
margin-bottom:30px;
line-height:1.6;
}

.loader{
margin:30px auto;
width:50px;
height:50px;
border:4px solid rgba(255,255,255,0.2);
border-top:4px solid #38bdf8;
border-radius:50%;
animation:spin 1s linear infinite;
}

@keyframes spin{
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}

.footer{
margin-top:25px;
font-size:14px;
color:#94a3b8;
}

@media(max-width:600px){

.card{
padding:35px 25px;
}

h1{
font-size:26px;
}

.logo{
font-size:26px;
}

}

</style>
</head>

<body>

<div class="container">

<div class="logo">
AITRADINGINTELLIGENCE
</div>

<div class="card">

<h1>Scheduled Maintenance</h1>

<p>
Our platform is currently undergoing scheduled maintenance to improve performance,
security, and trading intelligence capabilities.
<br><br>
We will be back online shortly. Thank you for your patience.
</p>

<div class="loader"></div>

<div class="footer">
© 2026 AITRADINGINTELLIGENCE • All Rights Reserved
</div>

</div>

</div>

</body>
</html>