3qqueen.com Review
3qqueen.com Review
Titletag | Descriptiontag | language |
---|
Website Closed | |
English |
Ip adress | 103.6.196.54 | Nameserver | ns112.mschosting.com ns111.mschosting.com |
Status code | 200 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Website Closed</title>
<style>
html, body {
height: 100%;
margin: 0;
}
body {
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);
color: #333;
text-align: center;
}
h1 {
font-size: 48px;
color: #cc0000;
margin-bottom: 20px;
}
p {
font-size: 20px;
margin-bottom: 15px;
}
a {
display: inline-block;
padding: 12px 24px;
background-color: #0077cc;
color: #fff;
text-decoration: none;
border-radius: 6px;
font-size: 18px;
transition: background-color 0.3s;
animation: pulse 1.8s infinite;
}
a:hover {
background-color: #005fa3;
}
.countdown {
font-size: 16px;
margin-top: 10px;
color: #555;
}
/* 呼吸动画 */
@keyframes pulse {
0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0,119,204, 0.5); }
50% { transform: scale(1.05); box-shadow: 0 0 10px 5px rgba(0,119,204, 0.3); }
100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0,119,204, 0.5); }
}
</style>
</head>
<body>
<h1>Website Closed</h1>
<p>This website is no longer available.</p>
<p>Please visit our new site for the latest updates:</p>
<a href="https://3qinternational.co/" target="_blank">Go to 3Q International</a>
<div class="countdown">You will be redirected in <span id="seconds">5</span> seconds...</div>
<script>
let seconds = 5;
const countdownElement = document.getElementById("seconds");
const interval = setInterval(() => {
seconds--;
countdownElement.textContent = seconds;
if (seconds <= 0) {
clearInterval(interval);
window.location.href = "https://3qinternational.co/";
}
}, 1000);
</script>
</body>
</html>
HTTP/1.1 200 OK
Date: Mon, 25 Aug 2025 02:40:35 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade, Keep-Alive
Last-Modified: Thu, 14 Aug 2025 08:34:15 GMT
Accept-Ranges: bytes
Content-Length: 2430
Keep-Alive: timeout=5, max=100
Content-Type: text/html