https://www.dcdmsplc.com/about

送信済みURL:
https://www.dcdmsplc.com/about
レポート終了日:

リンク · 0件検出

JavaScript変数 · 3件検出

コンソールログメッセージ · 2件検出

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>