- スキャンID:
- fe02e077-483f-481e-a725-0155b6d28ca4終了
- 送信済みURL:
- https://www.marketplacemonitor.co.uk/...
- レポート終了日:
リンク · 1件検出
ページから特定された発信リンク
リンク | テキスト |
---|---|
https://status.squarespace.com | status.squarespace.com |
JavaScript変数 · 4件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
showStatusPage | function |
コンソールログメッセージ · 1件検出
Webコンソールにログ記録されたメッセージ
規模 | 分類 | ログ |
---|---|---|
error | network |
|
HTML
未加工のHTMLページ本文
<!DOCTYPE html><html><head>
<title>404 Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body {
background: white;
}
main {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
min-width: 95vw;
}
main h1 {
font-weight: 400;
font-size: 4.6em;
color: #191919;
margin: 0 0 11px 0;
}
main p {
font-size: 1.4em;
color: #3a3a3a;
font-weight: 400;
line-height: 2em;
margin: 0;
}
main p a {
color: #3a3a3a;
text-decoration: none;
border-bottom: solid 1px #3a3a3a;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
}
#status-page {
display: none;
}
footer {
position: absolute;
bottom: 22px;
left: 0;
width: 100%;
text-align: center;
line-height: 2em;
}
footer span {
margin: 0 11px;
font-size: 1em;
font-weight: 400;
color: #a9a9a9;
white-space: nowrap;
}
footer span strong {
font-weight: 400;
color: #191919;
}
@media (max-width: 600px) {
body {
font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
}
</style>
</head>
<body>
<main>
<h1>404 Not Found</h1>
<p id="status-page" style="display: none;">Please visit <a href="https://status.squarespace.com">status.squarespace.com</a> for updates</p>
</main>
<footer>
<span><strong>L90MuUlG/KxlqWuGE @ Wed, 06 Nov 2024 01:25:04 GMT</strong></span>
<span>BRICK-51</span>
</footer>
<script>
function showStatusPage(){
var statusCode = 404;
var statusPageEl = document.getElementById('status-page');
if(!statusPageEl) { return; }
if (statusCode && statusCode >= 500 && statusCode <= 599) {
statusPageEl.style.display = 'block';
} else {
statusPageEl.style.display = 'none';
}
};
try {
showStatusPage();
} catch (error) {
console.log(error)
}
</script>
</body></html>