tencent-cos
tcp/443
Open service 101.33.5.30:443 · chipscascade.online
2026-01-28 06:58
HTTP/1.1 200 OK
Last-Modified: Wed, 28 Jan 2026 06:25:39 GMT
Etag: "4f4f4001259b8eac7a081639aba6c512"
Content-Type: text/html
Date: Wed, 28 Jan 2026 06:58:01 GMT
Server: tencent-cos
Vary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method
x-cos-hash-crc64ecma: 16939800582541047177
x-cos-request-id: Njk3OWIzNzlfNWViNjNlMDlfMTE3NWJfMTUwZDZmZg==
x-cos-version-id: MTg0NDQ5NzQ0OTIxNjk5ODYzNDE
Content-Length: 3383
Accept-Ranges: bytes
X-NWS-LOG-UUID: 12900110590831701180
Connection: close
X-Cache-Lookup: Cache Hit
Access-Control-Allow-Origin: *
Page title: Chips Cascade
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chips Cascade</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
overflow: hidden;
height: 100vh;
background-image: url('logo.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: Arial, sans-serif;
}
.nav {
position: fixed;
right: 2rem;
top: 2rem;
z-index: 1000;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
border-radius: 2rem;
padding: 1rem 1.5rem;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.nav ul {
list-style: none;
display: flex;
align-items: center;
gap: 1.5rem;
}
.nav ul li a {
display: inline-block;
white-space: nowrap;
text-decoration: none;
color: white;
font-size: 1.2rem;
font-weight: 500;
padding: 0.8rem 1.5rem;
border-radius: 1.5rem;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.nav ul li a::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s;
}
.nav ul li a:hover {
color: #ffffff;
background: rgba(255, 255, 255, 0.15);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.nav ul li a:hover::before {
left: 100%;
}
.nav ul li a:active {
transform: translateY(0);
}
/* 响应式设计 */
@media (max-width: 768px) {
.nav {
right: 1rem;
top: 1rem;
padding: 0.8rem 1rem;
}
.nav ul {
gap: 1rem;
}
.nav ul li a {
font-size: 1rem;
padding: 0.6rem 1rem;
}
}
@media (max-width: 480px) {
.nav {
right: 0.5rem;
top: 0.5rem;
padding: 0.6rem 0.8rem;
border-radius: 1.5rem;
}
.nav ul {
gap: 0.5rem;
flex-direction: column;
}
.nav ul li a {
font-size: 0.9rem;
padding: 0.5rem 0.8rem;
border-radius: 1rem;
}
}
</style>
</head>
<body>
<nav class="nav">
<ul>
<li><a href="#" aria-label="Home">Home</a></li>
<li><a href="./privacy.html" aria-label="Privacy Policy">Privacy Policy</a></li>
</ul>
</nav>
</body>
</html>
Open service 43.175.169.126:443 · www.chipscascade.online
2026-01-28 06:57
HTTP/1.1 200 OK
Content-Type: text/html
Date: Wed, 28 Jan 2026 06:58:01 GMT
ETag: "4f4f4001259b8eac7a081639aba6c512"
Server: tencent-cos
Vary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method
x-cos-hash-crc64ecma: 16939800582541047177
x-cos-request-id: Njk3OWIzNzlfMzgyYzUxMGJfMTdjNDZfMjQ2NDU1Zg==
x-cos-version-id: MTg0NDQ5NzQ0OTIxNjk5ODYzNDE
Last-Modified: Wed, 28 Jan 2026 06:25:39 GMT
Content-Length: 3383
Accept-Ranges: bytes
X-NWS-LOG-UUID: 17905792845351799226
Connection: close
X-Cache-Lookup: Cache Miss
Access-Control-Allow-Origin: *
Page title: Chips Cascade
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chips Cascade</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
overflow: hidden;
height: 100vh;
background-image: url('logo.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: Arial, sans-serif;
}
.nav {
position: fixed;
right: 2rem;
top: 2rem;
z-index: 1000;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
border-radius: 2rem;
padding: 1rem 1.5rem;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.nav ul {
list-style: none;
display: flex;
align-items: center;
gap: 1.5rem;
}
.nav ul li a {
display: inline-block;
white-space: nowrap;
text-decoration: none;
color: white;
font-size: 1.2rem;
font-weight: 500;
padding: 0.8rem 1.5rem;
border-radius: 1.5rem;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.nav ul li a::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s;
}
.nav ul li a:hover {
color: #ffffff;
background: rgba(255, 255, 255, 0.15);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.nav ul li a:hover::before {
left: 100%;
}
.nav ul li a:active {
transform: translateY(0);
}
/* 响应式设计 */
@media (max-width: 768px) {
.nav {
right: 1rem;
top: 1rem;
padding: 0.8rem 1rem;
}
.nav ul {
gap: 1rem;
}
.nav ul li a {
font-size: 1rem;
padding: 0.6rem 1rem;
}
}
@media (max-width: 480px) {
.nav {
right: 0.5rem;
top: 0.5rem;
padding: 0.6rem 0.8rem;
border-radius: 1.5rem;
}
.nav ul {
gap: 0.5rem;
flex-direction: column;
}
.nav ul li a {
font-size: 0.9rem;
padding: 0.5rem 0.8rem;
border-radius: 1rem;
}
}
</style>
</head>
<body>
<nav class="nav">
<ul>
<li><a href="#" aria-label="Home">Home</a></li>
<li><a href="./privacy.html" aria-label="Privacy Policy">Privacy Policy</a></li>
</ul>
</nav>
</body>
</html>