https://www.dcdmsplc.com/about

ID da verificação
37384c6b-8de8-4d1d-a829-f205a7ad4ea9Concluído
URL enviado:
https://www.dcdmsplc.com/about
Relatório concluído:

Ligações · 0 encontradas

Variáveis JavaScript · 3 encontradas

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registo da consola · 2 encontradas

TipoCategoriaRegisto
errornetwork
errornetwork

HTML

<html><head>
<title>Simple 404 Error Page Design</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
<style>
h1{
font-size:80px;
font-weight:800;
text-align:center;
font-family: 'Roboto', sans-serif;
}
h2
{
font-size:25px;
text-align:center;
font-family: 'Roboto', sans-serif;
margin-top:-40px;
}
p{
text-align:center;
font-family: 'Roboto', sans-serif;
font-size:12px;
}

.container
{
width:300px;
margin: 0 auto;
margin-top:15%;
}
</style>
</head>
<body>
<div class="container">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>The Page you are looking for doesn't exist or an other error occured. Go to <a href="http://www.dcdmsplc.com">Home Page.</a></p>
</div>

</body></html>