- ID de l'analyse :
- b93ce4c2-2ca7-4f51-8a43-c77303828177Terminée
- URL soumise :
- https://filedn.eu/lMOeH1lGxef8cvhAHg3suk5/
- Fin du rapport :
Liens : 2 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://www.pcloud.com/ | pCloud |
https://www.pcloud.com/download-free-online-cloud-file-storage.html | Join pCloud |
Variables JavaScript : 4 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
onReadyChanges | function |
Messages de journal de console : 2 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>pCloud - 404 File not found</title>
<link href="//pcdn-filedn.pcloud.com/css/main.css" rel="stylesheet" type="text/css">
<link href="fav.ico" rel="shortcut icon" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
</head>
<body>
<div class="main file_404 pcloud_content">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center" class="logo">
<a href="https://www.pcloud.com/">
<img src="//pcdn-filedn.pcloud.com/img/logo.png" data-src="//pcdn-filedn.pcloud.com/img/logo.png" data-src-retina="//pcdn-filedn.pcloud.com/img/[email protected]" width="51" alt="Powered by pCloud" title="Powered by pCloud">
</a>
</td>
</tr>
<tr>
<td class="cont">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<h1>File not found</h1>
<img src="//pcdn-filedn.pcloud.com/img/404.png" data-src="//pcdn-filedn.pcloud.com/img/404.png" data-src-retina="//pcdn-filedn.pcloud.com/img/[email protected]" width="312" alt="File not found">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="bottom-message">
However, here is something to cheer you up - join pCloud today and get<br> up to 10 GB of free cloud storage for your files!
<a href="https://www.pcloud.com/download-free-online-cloud-file-storage.html" class="btn rounded blue" target="_blank"><span>Join pCloud</span></a>
</td>
</tr>
<tr>
<td align="center" class="powered">Powered by <a href="https://www.pcloud.com/">pCloud</a></td>
</tr>
</tbody>
</table>
</div>
<script>
function onReadyChanges() {
var allImages = document.images;
var detectedRetina = window.devicePixelRatio > 1;
for (var i = 0; i < allImages.length; i++) {
if (allImages[i].getAttribute('data-src-retina')) {
allImages[i].setAttribute('src', allImages[i].getAttribute(detectedRetina ? 'data-src-retina' : 'data-src'));
}
}
};
document.addEventListener('DOMContentLoaded', onReadyChanges, false);
</script>
</body></html>