cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:310c::ac42:2d20:80 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Length: 0
Connection: close
Location: https://bnbtiger.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gv3F%2BPdY8V6R%2Byl8ftWJyCwsC8A0%2FkczDeaWP4X4ohf2eONcSXtenvxNKeSY0KO5oIlzpEUYohGEmaOsG1qTIX%2BgqYo%2FV2urfnPNpUvguIxHbdZPt%2Fxk7zjRW7f9ug%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcfb293a5e6a-EWR
alt-svc: h3=":443"; ma=86400
Open service 172.66.46.224:443 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2312
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "d20a2dda72ed430131217865003fab45"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DY82Wvp%2BLDBUG10MadsvE%2F%2BZEjI6agz1ojf6nWm4Oo%2FTKkIUPu9Q83WafnmQ9Wgbyyl0AnUXd%2BS7PLjtjfjoza1qggAYw7IcsRX9QhPRPHX%2Bzg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcfb7e6442d0-EWR
alt-svc: h3=":443"; ma=86400
Page title: Webpack App
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}
window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
window['LOGLEVEL'] = "info";
window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
window['DOCS_MODE'] = false;</script><script src="runtime~main.1afda574487cae70f126.manager.bundle.js"></script><script src="vendors~main.87495bddfbd086782500.manager.bundle.js"></script><script src="main.dfada9ea60785d95548f.manager.bundle.js"></script></body></html>
Open service 172.66.45.32:8443 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2312
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "d20a2dda72ed430131217865003fab45"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vWYkBSKuJLORZExA8Ba39%2FaTlegaKziJg2IlYoC3iPLHBt9sczdK%2Fji3HoI1KBUtrQFNVjkx%2F6Kzth9H2dPNmgzEsBzbG9oOIadJxugiL37ydw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcfb7e9357d4-EWR
alt-svc: h3=":8443"; ma=86400
Page title: Webpack App
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}
window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
window['LOGLEVEL'] = "info";
window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
window['DOCS_MODE'] = false;</script><script src="runtime~main.1afda574487cae70f126.manager.bundle.js"></script><script src="vendors~main.87495bddfbd086782500.manager.bundle.js"></script><script src="main.dfada9ea60785d95548f.manager.bundle.js"></script></body></html>
Open service 172.66.45.32:443 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2312
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "d20a2dda72ed430131217865003fab45"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=j6dLbt2JHhxDk5FSW9XEgtWaNVWXdR16AFq%2BbS5ITxcGQRcCxPUTx4A0jMeRCun%2F4LDX7f%2B5UELOO7WKd9e%2FgtMEFUWx3vKR1Hw5eQ%2BMGls3hQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcfb7cb06a5f-EWR
alt-svc: h3=":443"; ma=86400
Page title: Webpack App
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}
window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
window['LOGLEVEL'] = "info";
window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
window['DOCS_MODE'] = false;</script><script src="runtime~main.1afda574487cae70f126.manager.bundle.js"></script><script src="vendors~main.87495bddfbd086782500.manager.bundle.js"></script><script src="main.dfada9ea60785d95548f.manager.bundle.js"></script></body></html>
Open service 172.66.46.224:80 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Length: 0
Connection: close
Location: https://bnbtiger.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ty%2B8ajK%2FYUib2hZgKYDPYhn1AgramWvmbk%2BbCc9RJjG3Dw8ITzD98hD5AAuCKy08hUzNqUe3EchQboUyzQf74lvDoPzqkn7vLG0uJsvfCUY%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcfb2855c332-EWR
alt-svc: h3=":443"; ma=86400
Open service 172.66.45.32:80 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Length: 0
Connection: close
Location: https://bnbtiger.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=67%2FNigLgfkUVDVnAkwAoV74hB2rAcFs7O2TZjb%2Btr%2Bnv77%2F5T97d3spyfisW%2Fbocyhos4Q37rRvJ3hWEtzQGmTjC%2BeJcGcVWrfjCydNIILaNhQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcfafc0d39c3-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2ee0:8443 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2312
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "d20a2dda72ed430131217865003fab45"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=x6B5Tyc48yWgKLWwG7RrenB1EHwMWq1vPvxHg8Y3t26%2FLPztb0vlOlYKfLwfodTToOODNcA8e%2BfzPRj3uUr3NSR3uzoTZz019iWLRgMyuiv3ufnXZPVVvWxELh6Sow%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcfa6f69e560-AMS
alt-svc: h3=":8443"; ma=86400
Page title: Webpack App
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}
window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
window['LOGLEVEL'] = "info";
window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
window['DOCS_MODE'] = false;</script><script src="runtime~main.1afda574487cae70f126.manager.bundle.js"></script><script src="vendors~main.87495bddfbd086782500.manager.bundle.js"></script><script src="main.dfada9ea60785d95548f.manager.bundle.js"></script></body></html>
Open service 2606:4700:310c::ac42:2ee0:80 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Length: 0
Connection: close
Location: https://bnbtiger.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oxpt3I0G%2F76VOgGWIUEUXwMhl%2BhF8SW9q3rGomdb8jgrVLKWrYnHkrWcu%2FZ0CjjiJzIW7kd%2Flisbi4QaxG1rIIS8%2FaiRnP26wkn7RjxgwptSMtJD%2Fxgj56xf7Es%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcf9eff806b6-SIN
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2ee0:443 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2312
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "d20a2dda72ed430131217865003fab45"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lCSprXvu7leLDB5is0flyaFwSZR5CxibYaCxFV1K3CHNOsmJPLMs6Hmb6aobwu2Xkj6%2F2dUJptHlBXozNswos4erxImIueRhqjnGLDr%2BX%2Bw4Qk5gtY6WX9tcE6GArA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcf9ebd85f1e-AMS
alt-svc: h3=":443"; ma=86400
Page title: Webpack App
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}
window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
window['LOGLEVEL'] = "info";
window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
window['DOCS_MODE'] = false;</script><script src="runtime~main.1afda574487cae70f126.manager.bundle.js"></script><script src="vendors~main.87495bddfbd086782500.manager.bundle.js"></script><script src="main.dfada9ea60785d95548f.manager.bundle.js"></script></body></html>
Open service 2606:4700:310c::ac42:2d20:443 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2312
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "d20a2dda72ed430131217865003fab45"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lLxL9baJjaz1ZKfCTM%2FNECM0ZDFkpiCnzfenHNY%2FJCYMi829ep5Ld9y%2FfwMXl0cO7vNb6zAbYx6RgFwA7b1euiskxbSaikL0O%2BvG48dXMMD%2B5qcqTrAFaUm1QgBs6A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcf9ed5f0b44-AMS
alt-svc: h3=":443"; ma=86400
Page title: Webpack App
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}
window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
window['LOGLEVEL'] = "info";
window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
window['DOCS_MODE'] = false;</script><script src="runtime~main.1afda574487cae70f126.manager.bundle.js"></script><script src="vendors~main.87495bddfbd086782500.manager.bundle.js"></script><script src="main.dfada9ea60785d95548f.manager.bundle.js"></script></body></html>
Open service 2606:4700:310c::ac42:2d20:8443 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2312
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "d20a2dda72ed430131217865003fab45"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BGzgNOi%2FpaiHWIAl33bmgTosr6BQQyJ%2F0nhjp46Mq4voKcNf1a3kjby9paGzLCMZcNR89W5UpGmeUWfCUK1lSmgM1FYJ0jumaARfi42uZ3IKDEhsr2pDe9GpSmSsGQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcf9df5df546-AMS
alt-svc: h3=":8443"; ma=86400
Page title: Webpack App
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}
window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
window['LOGLEVEL'] = "info";
window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
window['DOCS_MODE'] = false;</script><script src="runtime~main.1afda574487cae70f126.manager.bundle.js"></script><script src="vendors~main.87495bddfbd086782500.manager.bundle.js"></script><script src="main.dfada9ea60785d95548f.manager.bundle.js"></script></body></html>
Open service 172.66.46.224:8443 · bnbtiger.pages.dev
2026-01-26 12:24
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 12:24:36 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2312
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "d20a2dda72ed430131217865003fab45"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rc76oxlvRja4D7v32tgaJBuU2w%2FUB2OAepJHSYUKrSbqforsbWRTCznkc3LVcDBwEyW%2Bv0LgzwluHc9qcYdeikmAA3FqpT8gc%2F104du7OBzq%2FQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3ffcf9dd5c0e3d-AMS
alt-svc: h3=":8443"; ma=86400
Page title: Webpack App
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}
window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
window['LOGLEVEL'] = "info";
window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
window['DOCS_MODE'] = false;</script><script src="runtime~main.1afda574487cae70f126.manager.bundle.js"></script><script src="vendors~main.87495bddfbd086782500.manager.bundle.js"></script><script src="main.dfada9ea60785d95548f.manager.bundle.js"></script></body></html>