<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bảo trì website | Square Interior Decor</title>
<style>
body {
margin: 0;
padding: 0;
background: linear-gradient(135deg, #f4f4f4, #e0e0e0);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
.container {
text-align: center;
background: white;
padding: 50px 30px;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
max-width: 500px;
width: 90%;
}
.logo {
margin-bottom: 20px;
}
.logo img {
max-width: 180px;
height: auto;
}
.message {
font-size: 20px;
color: #555;
margin-bottom: 10px;
}
.sub-message {
font-size: 16px;
color: #777;
}
.loader {
margin: 30px auto 10px;
border: 6px solid #f3f3f3;
border-top: 6px solid #007bff;
border-radius: 50%;
width: 48px;
height: 48px;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
footer {
margin-top: 20px;
font-size: 14px;
color: #aaa;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">
<img src="LOGO-SQ.png" alt="Square Interior Decor Logo">
</div>
<div class="loader"></div>
<p class="message">Trang đang nâng cấp</p>
<p class="sub-message">Xin vui lòng quay lại sau!</p>
<footer>© 2025 Square Interior Decor</footer>
</div>
</body>
</html>
Nhận xét
Đăng nhận xét