- ID da verificação
- fe02e077-483f-481e-a725-0155b6d28ca4Concluído
- URL enviado:
- https://www.marketplacemonitor.co.uk/...
- Relatório concluído:
Ligações · 1 encontradas
As ligações de saída identificadas na página
Hiperligação | Texto |
---|---|
https://status.squarespace.com | status.squarespace.com |
Variáveis JavaScript · 4 encontradas
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
showStatusPage | function |
Mensagens de registo da consola · 1 encontradas
Mensagens registadas na consola web
Tipo | Categoria | Registo |
---|---|---|
error | network |
|
HTML
O corpo HTML em bruto da página
<!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>