- 掃描 ID:
- ea3c7259-f5d1-4777-8043-8ec344d0080f已完成
- 已提交的 URL:
- https://bit.ly/2QOOok2已重新導向
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 10 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
getCurrentURL | function |
gtag | function |
dataLayer | object |
google_tag_manager | object |
google_tag_data | object |
onYouTubeIframeAPIReady | function |
gaGlobal | object |
主控台記錄訊息 · 找到 1 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html><head>
<title>Notice SFR</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.google.com/specimen/Roboto?selection.family=Roboto#standard-styles" rel="stylesheet">
<link rel="stylesheet" href="style/bootstrap.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v6.0.0-beta2/css/all.css">
<script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-5TEXBSZ4Y1&l=dataLayer&cx=c&gtm=453e4cc1za200"></script><script>
function getCurrentURL() {
switch (window.location.hostname) {
case 'localhost':
window.open('https://spb-extranet-resiliation-rec.apps.dev.spb.eu', '_blank');
break;
case 'int-web.spb.eu':
window.open('https://spb-extranet-resiliation-rec.apps.dev.spb.eu', '_blank');
break;
case 'ppr-web.spb.eu':
window.open('https://spb-extranet-resiliation-ppr.apps.dev.spb.eu', '_blank');
break;
case 'assurances.spb.fr':
window.open('https://resiliation.spb.eu', '_blank');
break;
default:
window.open('https://resiliation.spb.eu', '_blank');
}
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=6663624249"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-5TEXBSZ4Y1');
</script>
</head>
<body class="body_bg">
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-9 col-lg-9">
<div class="login-wrap">
<div class="head_bg d-flex align-items-center justify-content-center">
<div>
<img src="img/logo-sfr.png" class="img-responsive" height="60">
</div>
</div>
<div class="p-4 p-md-5">
<p class="col-form-label-sm font-weight-bold">Votre smartphone est toujours assuré !</p>
<p class="col-form-label-sm">Bonjour,</p>
<p class="col-form-label-sm">
Vous avez adhéré auprès de SFR à une assurance pour protéger votre téléphone mobile.
</p>
<p class="col-form-label-sm">
Pour consulter les conditions générales :
</p>
<div class="form-group">
<a href="notice/SFR_Notice_2007.pdf" class="btn btn-primary p-1 px-2 mb-2">
Notice Assurance téléphonie mobile
<i class="far fa-long-arrow-alt-right"></i>
</a>
<a href="notice/SFR_Notice_2007.pdf#page=5" class="btn btn-primary p-1 px-2 mb-2">
Contact
<i class="far fa-long-arrow-alt-right"></i>
</a>
</div>
<p class="col-form-label-sm">
Vous y trouverez tous les détails de votre contrat ainsi que nos coordonnées.
</p>
<p class="col-form-label-sm">
Nous restons à votre disposition pour toute demande.
<br>
<span style="font-style:italic">Votre gestionnaire d’assurance</span>
</p>
<div class="d-flex align-items-center justify-content-center">
<img src="img/logo-spb.png">
</div>
<div class="d-flex align-items-center justify-content-center">
<p class="col-form-label-sm">
Nous vous rappelons par ailleurs que vous avez la possibilité de résilier votre adhésion à
tout moment, en utilisant le bouton « Résilier mon contrat » ci-contre, ou en vous adressant
aux coordonnées indiquées dans la Notice. Nous vous rappelons également qu’il vous appartient
de résilier votre contrat d’assurance si celui-ci n’a finalement plus d’objet.
</p>
</div>
<div class="d-flex align-items-center justify-content-center">
<a href="ML_2007.html" class="p-1 px-2 mb-2">
<span style="font-style:italic;text-decoration:underline;color:black;font-weight:normal;font-size:12px">mentions légales</span>
</a>
<a class="btn btn-primary p-1 px-2 mb-2" onclick="(getCurrentURL())">
<span>Résilier mon contrat</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body></html>