cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3031::ac43:9ef9:8443 · asseet.info
2026-01-12 16:03
HTTP/1.1 521 <none> Date: Mon, 12 Jan 2026 16:03:43 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcde2b7080f3814-FRA alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3035::6815:4a8b:8443 · asseet.info
2026-01-12 16:03
HTTP/1.1 521 <none> Date: Mon, 12 Jan 2026 16:03:44 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcde2bd2e2df49b-FRA alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3035::6815:4a8b:443 · asseet.info
2026-01-12 16:03
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 16:03:43 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KDrzLvqwbtEH9fA9aG%2FhuArTrxLxTAco3mKQMpzvsdVr6oOiRqUBrrWsaRDObIb2GGRtCgYI5l0lghlpNdZC%2Fd4OsPHVsTbBd8Z5Dpb%2FFMIVpYCZSaZM"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bcde2b70eac3731-FRA
alt-svc: h3=":443"; ma=86400
Page title: Application placeholder
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<title>Application placeholder</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex,nofollow">
<style>
:root {
--bg1: #f9fafb;
--bg2: #fefce8;
--bg3: #e0f2fe;
--accent-green: #22c55e;
--accent-yellow: #eab308;
--accent-orange: #f97316;
--card-bg: rgba(255, 255, 255, 0.9);
--card-border: rgba(15, 23, 42, 0.06);
--card-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
--text-main: #0f172a;
--text-muted: #6b7280;
--chip-bg: rgba(255, 255, 255, 0.9);
--chip-border: rgba(15, 23, 42, 0.08);
--footer-chip-bg: rgba(255, 255, 255, 0.8);
}
:root[data-theme="dark"] {
--bg1: #020617;
--bg2: #020617;
--bg3: #020617;
--card-bg: rgba(15, 23, 42, 0.96);
--card-border: rgba(148, 163, 184, 0.28);
--card-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
--text-main: #f9fafb;
--text-muted: #9ca3af;
--chip-bg: rgba(15, 23, 42, 0.96);
--chip-border: rgba(148, 163, 184, 0.5);
--footer-chip-bg: rgba(15, 23, 42, 0.96);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--text-main);
overflow: hidden;
position: relative;
background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 45%, var(--bg3) 100%);
}
.spot {
position: absolute;
border-radius: 50%;
filter: blur(120px);
opacity: 0.35;
animation: float 18s ease-in-out infinite alternate;
pointer-events: none;
}
.spot.green {
width: 420px; height: 420px;
background: var(--accent-green);
top: 5%; left: 10%;
animation-delay: 0s;
}
.spot.yellow {
width: 380px; height: 380px;
background: var(--accent-yellow);
bottom: 10%; right: 10%;
animation-delay: 2s;
}
.spot.orange {
width: 320px; height: 320px;
background: var(--accent-orange);
top: 60%; left: 50%;
animation-delay: 4s;
}
@keyframes float {
0% { transform: translateY(0) scale(1); }
50% { transform: translateY(-30px) scale(1.03); opacity: 0.45; }
100% { transform: translateY(20px) scale(1.08); opacity: 0.3; }
}
.theme-toggle {
position: fixed;
top: 20px;
right: 24px;
z-index: 10;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 8px;
border-radius: 999px;
border: 1px solid rgba(148, 163, 184, 0.4);
background: rgba(255, 255, 255, 0.8);
cursor: pointer;
user-select: none;
transition: background 0.3s ease, border-color 0.3s ease;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
:root[data-theme="dark"] .theme-toggle {
background: rgba(15, 23, 42, 0.9);
border-color: rgba(148, 163, 184, 0.4);
box-shadow: 0 0 18px rgba(255, 255, 255, 0.04);
}
.theme-icon {
width: 18px;
height: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--text-main);
opacity: 0.5;
transition: opacity 0.2s ease;
}
:root[data-theme="light"] .theme-icon.sun,
:root[data-theme="dark"] .theme-icon.moon {
opacity: 1;
}
.theme-icon svg {
width: 100%;
height: 100%;
stroke: currentColor;
fill: none;
stroke-width: 1.6;
}
.card {
position: relative;
z-index: 1;
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
background: var(--card-bg);
border-radius: 16px;
box-shadow: var(--card-shadow);
padding: 48px 38px 36px;
max-width: 480px;
width: 100%;
Open service 2606:4700:3035::6815:4a8b:80 · asseet.info
2026-01-12 16:03
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 16:03:43 GMT
Content-Length: 0
Connection: close
Location: https://asseet.info/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zli2IL0Nk7GufdCNvNelGUQRbYDCfZlT8K3FULvuSxs%2BUiNBTLzCRQXl%2FSki84e%2BKurh3u8XAN3lJ3npeaC%2BoVw2BVPnQMTls4ntCFKdKs7W9Wi%2Fsmes"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcde2b6f862bced-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3031::ac43:9ef9:80 · asseet.info
2026-01-12 16:03
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 16:03:41 GMT
Content-Length: 0
Connection: close
Location: https://asseet.info/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jv98YvqI7gZ6pd6yOfvzhUNJBFqj4EDUR6hw%2BiReOy1TWIzjC8Gsx3H%2BpCfJzV9n1%2BJih9cXvURoWTEMQv5wjcktYv0HD5B7173XNWUgcuTQ0z849zTf"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcde2a8cafba5cf-SIN
alt-svc: h3=":443"; ma=86400
Open service 172.67.158.249:443 · asseet.info
2026-01-12 16:03
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 16:03:42 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XDG%2B1NyMxoxkonOQ%2FkReQhfBM7NB3tAAfu9M8juqihiQ7oS%2BZq7BkzGZmRg1W0KMeqYNs5mHk4RZKN%2FwQRlFtfogASIPYdAWWzl%2F"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bcde2aafc7222ae-SJC
alt-svc: h3=":443"; ma=86400
Page title: Application placeholder
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<title>Application placeholder</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex,nofollow">
<style>
:root {
--bg1: #f9fafb;
--bg2: #fefce8;
--bg3: #e0f2fe;
--accent-green: #22c55e;
--accent-yellow: #eab308;
--accent-orange: #f97316;
--card-bg: rgba(255, 255, 255, 0.9);
--card-border: rgba(15, 23, 42, 0.06);
--card-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
--text-main: #0f172a;
--text-muted: #6b7280;
--chip-bg: rgba(255, 255, 255, 0.9);
--chip-border: rgba(15, 23, 42, 0.08);
--footer-chip-bg: rgba(255, 255, 255, 0.8);
}
:root[data-theme="dark"] {
--bg1: #020617;
--bg2: #020617;
--bg3: #020617;
--card-bg: rgba(15, 23, 42, 0.96);
--card-border: rgba(148, 163, 184, 0.28);
--card-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
--text-main: #f9fafb;
--text-muted: #9ca3af;
--chip-bg: rgba(15, 23, 42, 0.96);
--chip-border: rgba(148, 163, 184, 0.5);
--footer-chip-bg: rgba(15, 23, 42, 0.96);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--text-main);
overflow: hidden;
position: relative;
background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 45%, var(--bg3) 100%);
}
.spot {
position: absolute;
border-radius: 50%;
filter: blur(120px);
opacity: 0.35;
animation: float 18s ease-in-out infinite alternate;
pointer-events: none;
}
.spot.green {
width: 420px; height: 420px;
background: var(--accent-green);
top: 5%; left: 10%;
animation-delay: 0s;
}
.spot.yellow {
width: 380px; height: 380px;
background: var(--accent-yellow);
bottom: 10%; right: 10%;
animation-delay: 2s;
}
.spot.orange {
width: 320px; height: 320px;
background: var(--accent-orange);
top: 60%; left: 50%;
animation-delay: 4s;
}
@keyframes float {
0% { transform: translateY(0) scale(1); }
50% { transform: translateY(-30px) scale(1.03); opacity: 0.45; }
100% { transform: translateY(20px) scale(1.08); opacity: 0.3; }
}
.theme-toggle {
position: fixed;
top: 20px;
right: 24px;
z-index: 10;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 8px;
border-radius: 999px;
border: 1px solid rgba(148, 163, 184, 0.4);
background: rgba(255, 255, 255, 0.8);
cursor: pointer;
user-select: none;
transition: background 0.3s ease, border-color 0.3s ease;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
:root[data-theme="dark"] .theme-toggle {
background: rgba(15, 23, 42, 0.9);
border-color: rgba(148, 163, 184, 0.4);
box-shadow: 0 0 18px rgba(255, 255, 255, 0.04);
}
.theme-icon {
width: 18px;
height: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--text-main);
opacity: 0.5;
transition: opacity 0.2s ease;
}
:root[data-theme="light"] .theme-icon.sun,
:root[data-theme="dark"] .theme-icon.moon {
opacity: 1;
}
.theme-icon svg {
width: 100%;
height: 100%;
stroke: currentColor;
fill: none;
stroke-width: 1.6;
}
.card {
position: relative;
z-index: 1;
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
background: var(--card-bg);
border-radius: 16px;
box-shadow: var(--card-shadow);
padding: 48px 38px 36px;
max-width: 480px;
width: 100%;
Open service 172.67.158.249:8443 · asseet.info
2026-01-12 16:03
HTTP/1.1 521 <none> Date: Mon, 12 Jan 2026 16:03:41 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcde2a89d2260e6-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 104.21.74.139:8443 · asseet.info
2026-01-12 16:03
HTTP/1.1 521 <none> Date: Mon, 12 Jan 2026 16:03:41 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcde2a89b0a43ac-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3031::ac43:9ef9:443 · asseet.info
2026-01-12 16:03
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 16:03:41 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FL0dCJgVszTo2VIebWzKFs6%2F4BUMV%2B%2F4KIFUAptaRN%2BV8UBnth5lecmBbCIyJleDUgQC4wzMxYUbk0oIiDh924sWlB7LWyUJ5UYFlb64CCcnK9zb8gil"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bcde2a9beaa860b-YYZ
alt-svc: h3=":443"; ma=86400
Page title: Application placeholder
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<title>Application placeholder</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex,nofollow">
<style>
:root {
--bg1: #f9fafb;
--bg2: #fefce8;
--bg3: #e0f2fe;
--accent-green: #22c55e;
--accent-yellow: #eab308;
--accent-orange: #f97316;
--card-bg: rgba(255, 255, 255, 0.9);
--card-border: rgba(15, 23, 42, 0.06);
--card-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
--text-main: #0f172a;
--text-muted: #6b7280;
--chip-bg: rgba(255, 255, 255, 0.9);
--chip-border: rgba(15, 23, 42, 0.08);
--footer-chip-bg: rgba(255, 255, 255, 0.8);
}
:root[data-theme="dark"] {
--bg1: #020617;
--bg2: #020617;
--bg3: #020617;
--card-bg: rgba(15, 23, 42, 0.96);
--card-border: rgba(148, 163, 184, 0.28);
--card-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
--text-main: #f9fafb;
--text-muted: #9ca3af;
--chip-bg: rgba(15, 23, 42, 0.96);
--chip-border: rgba(148, 163, 184, 0.5);
--footer-chip-bg: rgba(15, 23, 42, 0.96);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--text-main);
overflow: hidden;
position: relative;
background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 45%, var(--bg3) 100%);
}
.spot {
position: absolute;
border-radius: 50%;
filter: blur(120px);
opacity: 0.35;
animation: float 18s ease-in-out infinite alternate;
pointer-events: none;
}
.spot.green {
width: 420px; height: 420px;
background: var(--accent-green);
top: 5%; left: 10%;
animation-delay: 0s;
}
.spot.yellow {
width: 380px; height: 380px;
background: var(--accent-yellow);
bottom: 10%; right: 10%;
animation-delay: 2s;
}
.spot.orange {
width: 320px; height: 320px;
background: var(--accent-orange);
top: 60%; left: 50%;
animation-delay: 4s;
}
@keyframes float {
0% { transform: translateY(0) scale(1); }
50% { transform: translateY(-30px) scale(1.03); opacity: 0.45; }
100% { transform: translateY(20px) scale(1.08); opacity: 0.3; }
}
.theme-toggle {
position: fixed;
top: 20px;
right: 24px;
z-index: 10;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 8px;
border-radius: 999px;
border: 1px solid rgba(148, 163, 184, 0.4);
background: rgba(255, 255, 255, 0.8);
cursor: pointer;
user-select: none;
transition: background 0.3s ease, border-color 0.3s ease;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
:root[data-theme="dark"] .theme-toggle {
background: rgba(15, 23, 42, 0.9);
border-color: rgba(148, 163, 184, 0.4);
box-shadow: 0 0 18px rgba(255, 255, 255, 0.04);
}
.theme-icon {
width: 18px;
height: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--text-main);
opacity: 0.5;
transition: opacity 0.2s ease;
}
:root[data-theme="light"] .theme-icon.sun,
:root[data-theme="dark"] .theme-icon.moon {
opacity: 1;
}
.theme-icon svg {
width: 100%;
height: 100%;
stroke: currentColor;
fill: none;
stroke-width: 1.6;
}
.card {
position: relative;
z-index: 1;
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
background: var(--card-bg);
border-radius: 16px;
box-shadow: var(--card-shadow);
padding: 48px 38px 36px;
max-width: 480px;
width: 100%;
Open service 104.21.74.139:443 · asseet.info
2026-01-12 16:03
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 16:03:42 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Yk0XAiw2zdCmbGaJKfJFc4cfdb618HKi5bOCXOkV7A0QIOAOA6S3XzUhvoou8Q0DmmqoC5RMe9O6pepjwKiiTsk51o%2B4rtfWWw%2F8"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bcde2a99942ac06-YYZ
alt-svc: h3=":443"; ma=86400
Page title: Application placeholder
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<title>Application placeholder</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex,nofollow">
<style>
:root {
--bg1: #f9fafb;
--bg2: #fefce8;
--bg3: #e0f2fe;
--accent-green: #22c55e;
--accent-yellow: #eab308;
--accent-orange: #f97316;
--card-bg: rgba(255, 255, 255, 0.9);
--card-border: rgba(15, 23, 42, 0.06);
--card-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
--text-main: #0f172a;
--text-muted: #6b7280;
--chip-bg: rgba(255, 255, 255, 0.9);
--chip-border: rgba(15, 23, 42, 0.08);
--footer-chip-bg: rgba(255, 255, 255, 0.8);
}
:root[data-theme="dark"] {
--bg1: #020617;
--bg2: #020617;
--bg3: #020617;
--card-bg: rgba(15, 23, 42, 0.96);
--card-border: rgba(148, 163, 184, 0.28);
--card-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
--text-main: #f9fafb;
--text-muted: #9ca3af;
--chip-bg: rgba(15, 23, 42, 0.96);
--chip-border: rgba(148, 163, 184, 0.5);
--footer-chip-bg: rgba(15, 23, 42, 0.96);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--text-main);
overflow: hidden;
position: relative;
background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 45%, var(--bg3) 100%);
}
.spot {
position: absolute;
border-radius: 50%;
filter: blur(120px);
opacity: 0.35;
animation: float 18s ease-in-out infinite alternate;
pointer-events: none;
}
.spot.green {
width: 420px; height: 420px;
background: var(--accent-green);
top: 5%; left: 10%;
animation-delay: 0s;
}
.spot.yellow {
width: 380px; height: 380px;
background: var(--accent-yellow);
bottom: 10%; right: 10%;
animation-delay: 2s;
}
.spot.orange {
width: 320px; height: 320px;
background: var(--accent-orange);
top: 60%; left: 50%;
animation-delay: 4s;
}
@keyframes float {
0% { transform: translateY(0) scale(1); }
50% { transform: translateY(-30px) scale(1.03); opacity: 0.45; }
100% { transform: translateY(20px) scale(1.08); opacity: 0.3; }
}
.theme-toggle {
position: fixed;
top: 20px;
right: 24px;
z-index: 10;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 8px;
border-radius: 999px;
border: 1px solid rgba(148, 163, 184, 0.4);
background: rgba(255, 255, 255, 0.8);
cursor: pointer;
user-select: none;
transition: background 0.3s ease, border-color 0.3s ease;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
:root[data-theme="dark"] .theme-toggle {
background: rgba(15, 23, 42, 0.9);
border-color: rgba(148, 163, 184, 0.4);
box-shadow: 0 0 18px rgba(255, 255, 255, 0.04);
}
.theme-icon {
width: 18px;
height: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--text-main);
opacity: 0.5;
transition: opacity 0.2s ease;
}
:root[data-theme="light"] .theme-icon.sun,
:root[data-theme="dark"] .theme-icon.moon {
opacity: 1;
}
.theme-icon svg {
width: 100%;
height: 100%;
stroke: currentColor;
fill: none;
stroke-width: 1.6;
}
.card {
position: relative;
z-index: 1;
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
background: var(--card-bg);
border-radius: 16px;
box-shadow: var(--card-shadow);
padding: 48px 38px 36px;
max-width: 480px;
width: 100%;
Open service 172.67.158.249:80 · asseet.info
2026-01-12 16:03
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 16:03:41 GMT
Content-Length: 0
Connection: close
Location: https://asseet.info/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DWo69TO4zroQ%2FzCEXdFopoyxKx4QZLj1BPgiwSTLLYf59wdmggVwhiHciilLYfQIEoaerukzlv0QydzJ%2B9lB3I1Oide%2FlZPWvcjD"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcde2a78a0e813d-YYZ
alt-svc: h3=":443"; ma=86400
Open service 104.21.74.139:80 · asseet.info
2026-01-12 16:03
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 16:03:41 GMT
Content-Length: 0
Connection: close
Location: https://asseet.info/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=D2Jybb0i8zPJzSi1UlLO4P%2Bc64sXVTzIDXZ9fqnVxBEXmsEVdgxv0vQKpoaj6cyVNz6jLXGoF4bfYe1AtxghkVn%2FBLX8VAY2zZFF"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcde2a6db98d35e-FRA
alt-svc: h3=":443"; ma=86400