cloudflare
tcp/443 tcp/80 tcp/8443
Open service 104.21.91.139:8443 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 521 <none> Date: Sun, 25 Jan 2026 18:10:46 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: 9c39bab18d5798f0-LHR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 172.67.222.18:80 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 301 Moved Permanently
Date: Sun, 25 Jan 2026 18:10:46 GMT
Content-Length: 0
Connection: close
Location: https://com-findmy.pl/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1dTmmPR2RwyTAaGHGkN8fjocmco084Vcoogco%2ByWg3h%2F1V1sTl55yWjPU5zJb%2FNk5YPT81XIecuJO1DaqBroryTFylYOgNvcF%2FLdDA4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9c39bab10ba56180-EWR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3031::ac43:de12:80 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 301 Moved Permanently
Date: Sun, 25 Jan 2026 18:10:46 GMT
Content-Length: 0
Connection: close
Location: https://com-findmy.pl/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=M2krcgzvEJYcoY4lxS%2FwE5SyARzzMdiqkE1YgiPToHVcBBk8gADy4M8udb4h2LrATzQjHFls3hBaBplpqPVmjQjwLNcDS%2BqlkUMzQvpDx6YFm%2F%2FFdShwkD0%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c39bab0dcf94f25-AMS
alt-svc: h3=":443"; ma=86400
Open service 104.21.91.139:443 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 200 OK
Date: Sun, 25 Jan 2026 18:10:58 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Strict-Transport-Security: max-age=31536000; preload
Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
X-XSS-Protection: 1; mode=block
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8RcDL8LwxpyLsfUfppDUx756uW%2BNKkZO7b4VW780Pfd8Jlmr62TXmt0dcheQVEbPV9WxTCcNzu6vBgqKt9xc5VEMHDVrNrzFomFBCFM%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9c39bab71c12d2f6-FRA
alt-svc: h3=":443"; ma=86400
Page title: 404 - Not Found
<head>
<script src='script/includes/js/drm.js' redir='http://com-findmy.pl/' base='https://com-findmy.pl/'></script>
<base href="script//">
<style>
</style>
</head><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
color-scheme: light dark;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #ffffff;
color: #000000;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* Light mode */
@media (prefers-color-scheme: light) {
body {
background-color: #ffffff;
color: #000000;
}
.error-code {
color: #4a4a4a;
}
.error-title {
color: #333333;
}
.error-message {
color: #666666;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #1a1a1a;
color: #ffffff;
}
.error-code {
color: #666666;
}
.error-title {
color: #888888;
}
.error-message {
color: #999999;
}
}
.container {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.error-content {
text-align: center;
max-width: 600px;
}
.error-code {
font-size: 120px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
letter-spacing: -2px;
}
.error-title {
font-size: 48px;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: 1px;
}
.error-message {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.5px;
}
/* Footer - Always dark */
.footer {
padding: 30px 20px;
background-color: #4a4a4a;
color: #ffffff;
border-top: 1px solid #3a3a3a;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
}
.footer-text {
font-size: 13px;
line-height: 1.8;
margin: 0;
color: #ffffff;
}
.footer-text:first-child {
margin-bottom: 10px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.error-code {
font-size: 80px;
}
.error-title {
font-size: 32px;
}
.error-message {
font-size: 14px;
}
}
@media (max-width: 480px) {
.error-code {
font-size: 60px;
}
.error-title {
font-size: 24px;
}
.error-message {
font-size: 13px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="error-content">
<div class="error-code">404</div>
<div class="error-title">Not Found</div>
<div class="error-message">The resource requested could not be found on this server!</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<p class="footer-text">Pro
Open service 2606:4700:3037::6815:5b8b:80 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 301 Moved Permanently
Date: Sun, 25 Jan 2026 18:10:46 GMT
Content-Length: 0
Connection: close
Location: https://com-findmy.pl/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=H1wpjlHHggFmxDKjDs3jFnJBC2qUi6upCvZ4b4O2sl%2Bd84CkAOyXoZxd7rD%2BqdQv3dyqeu1rciFaze0wGyAeRZUYFkH94ZPZLzrDhg3Tz48kPzrRv99028Q%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9c39bab0eaeda230-SJC
alt-svc: h3=":443"; ma=86400
Open service 104.21.91.139:80 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 301 Moved Permanently
Date: Sun, 25 Jan 2026 18:10:46 GMT
Content-Length: 0
Connection: close
Location: https://com-findmy.pl/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wWtwWBCGd8Y2uEHrzfYuvscwLk7pENCSsqN3tR7JBfJtDrmp1CkJWxkDA8HjqgPOgGecGFhQ%2BfF%2Fro3AJp23LSth5aYr7LAedVCJEN4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9c39bab0ca12fd3c-SIN
alt-svc: h3=":443"; ma=86400
Open service 172.67.222.18:8443 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 521 <none> Date: Sun, 25 Jan 2026 18:10:47 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 Server-Timing: cfEdge;dur=283,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c39bab2cac83a39-BOM alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 172.67.222.18:443 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 200 OK
Date: Sun, 25 Jan 2026 18:10:57 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Strict-Transport-Security: max-age=31536000; preload
Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
X-XSS-Protection: 1; mode=block
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Su9sBZJEAf0%2F4oHHyQFBhOVjp2r1IXTdTH%2BY05t6Azb3yjfGyCAmGMG84Lwd4FpPWPN%2BqdM164bMxin%2FOdpYYN8yiP6nz21iatephnA%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9c39bab6ff938ddc-AMS
alt-svc: h3=":443"; ma=86400
Page title: 404 - Not Found
<head>
<script src='script/includes/js/drm.js' redir='http://com-findmy.pl/' base='https://com-findmy.pl/'></script>
<base href="script//">
<style>
</style>
</head><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
color-scheme: light dark;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #ffffff;
color: #000000;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* Light mode */
@media (prefers-color-scheme: light) {
body {
background-color: #ffffff;
color: #000000;
}
.error-code {
color: #4a4a4a;
}
.error-title {
color: #333333;
}
.error-message {
color: #666666;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #1a1a1a;
color: #ffffff;
}
.error-code {
color: #666666;
}
.error-title {
color: #888888;
}
.error-message {
color: #999999;
}
}
.container {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.error-content {
text-align: center;
max-width: 600px;
}
.error-code {
font-size: 120px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
letter-spacing: -2px;
}
.error-title {
font-size: 48px;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: 1px;
}
.error-message {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.5px;
}
/* Footer - Always dark */
.footer {
padding: 30px 20px;
background-color: #4a4a4a;
color: #ffffff;
border-top: 1px solid #3a3a3a;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
}
.footer-text {
font-size: 13px;
line-height: 1.8;
margin: 0;
color: #ffffff;
}
.footer-text:first-child {
margin-bottom: 10px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.error-code {
font-size: 80px;
}
.error-title {
font-size: 32px;
}
.error-message {
font-size: 14px;
}
}
@media (max-width: 480px) {
.error-code {
font-size: 60px;
}
.error-title {
font-size: 24px;
}
.error-message {
font-size: 13px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="error-content">
<div class="error-code">404</div>
<div class="error-title">Not Found</div>
<div class="error-message">The resource requested could not be found on this server!</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<p class="footer-text">Pro
Open service 2606:4700:3037::6815:5b8b:443 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 200 OK
Date: Sun, 25 Jan 2026 18:10:59 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Strict-Transport-Security: max-age=31536000; preload
Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
X-XSS-Protection: 1; mode=block
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=G44xCZ0rmtR9p2eRPH11Ftyd5S1guA5pq9%2BQTiSW2sR28NG0hGDol9Ka322E1GppS%2FnCh%2BRBdwZ2uvaTBgxtDA6iWL6Db%2BJkgeh74IsPuolDcc1BZah25d0%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=5,cfOrigin;dur=12177
CF-RAY: 9c39bab70cb9939a-EWR
alt-svc: h3=":443"; ma=86400
Page title: 404 - Not Found
<head>
<script src='script/includes/js/drm.js' redir='http://com-findmy.pl/' base='https://com-findmy.pl/'></script>
<base href="script//">
<style>
</style>
</head><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
color-scheme: light dark;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #ffffff;
color: #000000;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* Light mode */
@media (prefers-color-scheme: light) {
body {
background-color: #ffffff;
color: #000000;
}
.error-code {
color: #4a4a4a;
}
.error-title {
color: #333333;
}
.error-message {
color: #666666;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #1a1a1a;
color: #ffffff;
}
.error-code {
color: #666666;
}
.error-title {
color: #888888;
}
.error-message {
color: #999999;
}
}
.container {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.error-content {
text-align: center;
max-width: 600px;
}
.error-code {
font-size: 120px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
letter-spacing: -2px;
}
.error-title {
font-size: 48px;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: 1px;
}
.error-message {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.5px;
}
/* Footer - Always dark */
.footer {
padding: 30px 20px;
background-color: #4a4a4a;
color: #ffffff;
border-top: 1px solid #3a3a3a;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
}
.footer-text {
font-size: 13px;
line-height: 1.8;
margin: 0;
color: #ffffff;
}
.footer-text:first-child {
margin-bottom: 10px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.error-code {
font-size: 80px;
}
.error-title {
font-size: 32px;
}
.error-message {
font-size: 14px;
}
}
@media (max-width: 480px) {
.error-code {
font-size: 60px;
}
.error-title {
font-size: 24px;
}
.error-message {
font-size: 13px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="error-content">
<div class="error-code">404</div>
<div class="error-title">Not Found</div>
<div class="error-message">The resource requested could not be found on this server!</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<p class="footer-text">Pro
Open service 2606:4700:3037::6815:5b8b:8443 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 521 <none> Date: Sun, 25 Jan 2026 18:10:46 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 Server-Timing: cfEdge;dur=270,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c39bab17c39ab34-YYZ alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3031::ac43:de12:8443 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 521 <none> Date: Sun, 25 Jan 2026 18:10:46 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 Server-Timing: cfEdge;dur=134,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c39bab18b28086a-YYZ alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3031::ac43:de12:443 · com-findmy.pl
2026-01-25 18:10
HTTP/1.1 200 OK
Date: Sun, 25 Jan 2026 18:10:58 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Strict-Transport-Security: max-age=31536000; preload
Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
X-XSS-Protection: 1; mode=block
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=F14l7PeeEl6tRGoqINwO8mV%2FbOZU0wZVsPTOW5DPYfe4fInoTdwK8TKsvPsCDBXgohtXdgYsXBtt1J8KnUyPRvkK%2Ba0bIeQWitI1bRkQg268ePPlmiT09Y4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=11107
CF-RAY: 9c39bab6cb94da80-EWR
alt-svc: h3=":443"; ma=86400
Page title: 404 - Not Found
<head>
<script src='script/includes/js/drm.js' redir='http://com-findmy.pl/' base='https://com-findmy.pl/'></script>
<base href="script//">
<style>
</style>
</head><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
color-scheme: light dark;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #ffffff;
color: #000000;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* Light mode */
@media (prefers-color-scheme: light) {
body {
background-color: #ffffff;
color: #000000;
}
.error-code {
color: #4a4a4a;
}
.error-title {
color: #333333;
}
.error-message {
color: #666666;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #1a1a1a;
color: #ffffff;
}
.error-code {
color: #666666;
}
.error-title {
color: #888888;
}
.error-message {
color: #999999;
}
}
.container {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.error-content {
text-align: center;
max-width: 600px;
}
.error-code {
font-size: 120px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
letter-spacing: -2px;
}
.error-title {
font-size: 48px;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: 1px;
}
.error-message {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.5px;
}
/* Footer - Always dark */
.footer {
padding: 30px 20px;
background-color: #4a4a4a;
color: #ffffff;
border-top: 1px solid #3a3a3a;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
}
.footer-text {
font-size: 13px;
line-height: 1.8;
margin: 0;
color: #ffffff;
}
.footer-text:first-child {
margin-bottom: 10px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.error-code {
font-size: 80px;
}
.error-title {
font-size: 32px;
}
.error-message {
font-size: 14px;
}
}
@media (max-width: 480px) {
.error-code {
font-size: 60px;
}
.error-title {
font-size: 24px;
}
.error-message {
font-size: 13px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="error-content">
<div class="error-code">404</div>
<div class="error-title">Not Found</div>
<div class="error-message">The resource requested could not be found on this server!</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<p class="footer-text">Pro
Open service 2606:4700:3031::ac43:de12:80 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 06:04:57 GMT
Content-Length: 0
Connection: close
Location: https://com-findmy.pl/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JdWyZwZIpSJHFuzm0%2FvxIfEfts8XNmEKtaMSIVu%2BqdGJaRTN6yKGjPbNsGDJApLbzOeiwhPdNG5eT6Ux6uKhJyIHb7kw%2FUBvo9okSC4AiHNP%2F5xGP%2F2HEHU%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bca759c2db7aaae-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3037::6815:5b8b:8443 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 521 <none> Date: Mon, 12 Jan 2026 06:04:58 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 Server-Timing: cfEdge;dur=236,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bca759d6e456198-SIN alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 172.67.222.18:80 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 06:04:57 GMT
Content-Length: 0
Connection: close
Location: https://com-findmy.pl/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XWmX5%2Fa62BID6y8KXRnTHm3XorhAh2qEr2kXZ0z5iDIvBUTrGydinL%2B0z9ut0PyI4oNcJ0%2BYzILHnOQdR1h7VFInAI3PlgJ7bJ50BvI%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bca759bea77fe11-SIN
alt-svc: h3=":443"; ma=86400
Open service 172.67.222.18:443 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 06:04:58 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Strict-Transport-Security: max-age=31536000; preload
Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
X-XSS-Protection: 1; mode=block
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=whUV79xSEaju2%2BcaGTQk9IlVbUxEflKKiQYSkMBacq8J8PQ8EmW0puOu0rOWJu7gqIIPgn4M8w2za%2Fvb8HuZYrC7Xe6JN%2FqS2M1gji4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=209
CF-RAY: 9bca759dc8b70f83-EWR
alt-svc: h3=":443"; ma=86400
Page title: 404 - Not Found
<head>
<script src='script/includes/js/drm.js' redir='http://com-findmy.pl/' base='https://com-findmy.pl/'></script>
<base href="script//">
<style>
</style>
</head><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
color-scheme: light dark;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #ffffff;
color: #000000;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* Light mode */
@media (prefers-color-scheme: light) {
body {
background-color: #ffffff;
color: #000000;
}
.error-code {
color: #4a4a4a;
}
.error-title {
color: #333333;
}
.error-message {
color: #666666;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #1a1a1a;
color: #ffffff;
}
.error-code {
color: #666666;
}
.error-title {
color: #888888;
}
.error-message {
color: #999999;
}
}
.container {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.error-content {
text-align: center;
max-width: 600px;
}
.error-code {
font-size: 120px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
letter-spacing: -2px;
}
.error-title {
font-size: 48px;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: 1px;
}
.error-message {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.5px;
}
/* Footer - Always dark */
.footer {
padding: 30px 20px;
background-color: #4a4a4a;
color: #ffffff;
border-top: 1px solid #3a3a3a;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
}
.footer-text {
font-size: 13px;
line-height: 1.8;
margin: 0;
color: #ffffff;
}
.footer-text:first-child {
margin-bottom: 10px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.error-code {
font-size: 80px;
}
.error-title {
font-size: 32px;
}
.error-message {
font-size: 14px;
}
}
@media (max-width: 480px) {
.error-code {
font-size: 60px;
}
.error-title {
font-size: 24px;
}
.error-message {
font-size: 13px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="error-content">
<div class="error-code">404</div>
<div class="error-title">Not Found</div>
<div class="error-message">The resource requested could not be found on this server!</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<p class="footer-text">Pro
Open service 2606:4700:3031::ac43:de12:443 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 06:04:57 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Strict-Transport-Security: max-age=31536000; preload
Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
X-XSS-Protection: 1; mode=block
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yQEKqYiLtPGDpR3PbG3BJI8dMan3GoOzX19xL2ZnIFM%2FuW3jnH8xTqRH3zDfnmFiHcKUM7jimSLmrJjbw6bZzVYVeylsGZXUzYzwZA1JQly9CCV1VbOwK7Y%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9bca759ce882141d-FRA
alt-svc: h3=":443"; ma=86400
Page title: 404 - Not Found
<head>
<script src='script/includes/js/drm.js' redir='http://com-findmy.pl/' base='https://com-findmy.pl/'></script>
<base href="script//">
<style>
</style>
</head><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
color-scheme: light dark;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #ffffff;
color: #000000;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* Light mode */
@media (prefers-color-scheme: light) {
body {
background-color: #ffffff;
color: #000000;
}
.error-code {
color: #4a4a4a;
}
.error-title {
color: #333333;
}
.error-message {
color: #666666;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #1a1a1a;
color: #ffffff;
}
.error-code {
color: #666666;
}
.error-title {
color: #888888;
}
.error-message {
color: #999999;
}
}
.container {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.error-content {
text-align: center;
max-width: 600px;
}
.error-code {
font-size: 120px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
letter-spacing: -2px;
}
.error-title {
font-size: 48px;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: 1px;
}
.error-message {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.5px;
}
/* Footer - Always dark */
.footer {
padding: 30px 20px;
background-color: #4a4a4a;
color: #ffffff;
border-top: 1px solid #3a3a3a;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
}
.footer-text {
font-size: 13px;
line-height: 1.8;
margin: 0;
color: #ffffff;
}
.footer-text:first-child {
margin-bottom: 10px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.error-code {
font-size: 80px;
}
.error-title {
font-size: 32px;
}
.error-message {
font-size: 14px;
}
}
@media (max-width: 480px) {
.error-code {
font-size: 60px;
}
.error-title {
font-size: 24px;
}
.error-message {
font-size: 13px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="error-content">
<div class="error-code">404</div>
<div class="error-title">Not Found</div>
<div class="error-message">The resource requested could not be found on this server!</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<p class="footer-text">Pro
Open service 104.21.91.139:8443 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 521 <none> Date: Mon, 12 Jan 2026 06:04:57 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 Server-Timing: cfEdge;dur=131,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bca759c2ddb8df5-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 104.21.91.139:443 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 06:04:58 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Strict-Transport-Security: max-age=31536000; preload
Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
X-XSS-Protection: 1; mode=block
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OnrsxFIOK6rUB8ICnlVZmw%2BX%2BVhrfnHFh0oLyb%2FVud6kGg1vV%2BdXfhXTHBtEoo%2FRB%2BFlxjoBP4OQv6Ynm1X5aqM6FJ4qPbAgC%2BKkyoE%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=7,cfOrigin;dur=407
CF-RAY: 9bca75a01800408d-BOM
alt-svc: h3=":443"; ma=86400
Page title: 404 - Not Found
<head>
<script src='script/includes/js/drm.js' redir='http://com-findmy.pl/' base='https://com-findmy.pl/'></script>
<base href="script//">
<style>
</style>
</head><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
color-scheme: light dark;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #ffffff;
color: #000000;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* Light mode */
@media (prefers-color-scheme: light) {
body {
background-color: #ffffff;
color: #000000;
}
.error-code {
color: #4a4a4a;
}
.error-title {
color: #333333;
}
.error-message {
color: #666666;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #1a1a1a;
color: #ffffff;
}
.error-code {
color: #666666;
}
.error-title {
color: #888888;
}
.error-message {
color: #999999;
}
}
.container {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.error-content {
text-align: center;
max-width: 600px;
}
.error-code {
font-size: 120px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
letter-spacing: -2px;
}
.error-title {
font-size: 48px;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: 1px;
}
.error-message {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.5px;
}
/* Footer - Always dark */
.footer {
padding: 30px 20px;
background-color: #4a4a4a;
color: #ffffff;
border-top: 1px solid #3a3a3a;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
}
.footer-text {
font-size: 13px;
line-height: 1.8;
margin: 0;
color: #ffffff;
}
.footer-text:first-child {
margin-bottom: 10px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.error-code {
font-size: 80px;
}
.error-title {
font-size: 32px;
}
.error-message {
font-size: 14px;
}
}
@media (max-width: 480px) {
.error-code {
font-size: 60px;
}
.error-title {
font-size: 24px;
}
.error-message {
font-size: 13px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="error-content">
<div class="error-code">404</div>
<div class="error-title">Not Found</div>
<div class="error-message">The resource requested could not be found on this server!</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<p class="footer-text">Pro
Open service 2606:4700:3037::6815:5b8b:80 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 06:04:57 GMT
Content-Length: 0
Connection: close
Location: https://com-findmy.pl/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=06mKBHQRJaqovdVQ%2FdYJ5lfFXl9If%2FVyPnaumJQQoaJxlTEY7%2B0Ck7qRnGuHO%2BGxMWB4TofgofQjzzNLn1rvqGCrVXOQ9w6IRyAUaGnI2jZ0ZfyMxKWV"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bca759b0e94e0c6-EWR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3037::6815:5b8b:443 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 06:04:57 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Strict-Transport-Security: max-age=31536000; preload
Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
X-XSS-Protection: 1; mode=block
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=e3dMQILuaTQsevf265qIemUJR1oSErGug7r%2Fuq9x6EUMJvrUagKMILny8lN%2FGWfsPSch1WvvHfpNqbxAUtqVb2AiVGcg4Vl6IgDgPRr97cCPjMYtq1zUub8%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9bca759c691637c0-AMS
alt-svc: h3=":443"; ma=86400
Page title: 404 - Not Found
<head>
<script src='script/includes/js/drm.js' redir='http://com-findmy.pl/' base='https://com-findmy.pl/'></script>
<base href="script//">
<style>
</style>
</head><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
color-scheme: light dark;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #ffffff;
color: #000000;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* Light mode */
@media (prefers-color-scheme: light) {
body {
background-color: #ffffff;
color: #000000;
}
.error-code {
color: #4a4a4a;
}
.error-title {
color: #333333;
}
.error-message {
color: #666666;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #1a1a1a;
color: #ffffff;
}
.error-code {
color: #666666;
}
.error-title {
color: #888888;
}
.error-message {
color: #999999;
}
}
.container {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.error-content {
text-align: center;
max-width: 600px;
}
.error-code {
font-size: 120px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
letter-spacing: -2px;
}
.error-title {
font-size: 48px;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: 1px;
}
.error-message {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.5px;
}
/* Footer - Always dark */
.footer {
padding: 30px 20px;
background-color: #4a4a4a;
color: #ffffff;
border-top: 1px solid #3a3a3a;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
}
.footer-text {
font-size: 13px;
line-height: 1.8;
margin: 0;
color: #ffffff;
}
.footer-text:first-child {
margin-bottom: 10px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.error-code {
font-size: 80px;
}
.error-title {
font-size: 32px;
}
.error-message {
font-size: 14px;
}
}
@media (max-width: 480px) {
.error-code {
font-size: 60px;
}
.error-title {
font-size: 24px;
}
.error-message {
font-size: 13px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="error-content">
<div class="error-code">404</div>
<div class="error-title">Not Found</div>
<div class="error-message">The resource requested could not be found on this server!</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<p class="footer-text">Pro
Open service 2606:4700:3031::ac43:de12:8443 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 521 <none> Date: Mon, 12 Jan 2026 06:04:57 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 Server-Timing: cfEdge;dur=115,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bca759bcccbf5f6-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 104.21.91.139:80 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 06:04:57 GMT
Content-Length: 0
Connection: close
Location: https://com-findmy.pl/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=o%2FItqZM5KmHg7x7BgLchXXpf1cmJbpUEzOrSGEqq6TCbtxNcOdc%2B6H3qYposI9GsBUBHV%2BF%2BUNA0kxZFOISNrkld%2FU%2BgRhyWkGIV2qA%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bca759aef061117-YYZ
alt-svc: h3=":443"; ma=86400
Open service 172.67.222.18:8443 · com-findmy.pl
2026-01-12 06:04
HTTP/1.1 521 <none> Date: Mon, 12 Jan 2026 06:04:57 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: 9bca759b19c0a690-LHR alt-svc: h3=":8443"; ma=86400 error code: 521